we have a requirement to Implement Forms based Authentication for Specific Forms/Projects. Presently the Authentication is happening with AAD and for one of the projects we want to implement the Forms based Authentication. we have Enabled the Forms Based Authentication in K2 but that prompts a Page where the user need to select the login type, Is it possible to create/configure specific Forms with Seconday runtime with Forms Authentication
Best answer by Widson
Hi @MadhuG ;
-Please checkout with the following:-
Configuring an Anonymous K2 SmartForms Runtime site
In K2, it is possible to create multiple runtime sites with different authentication types in the same server. In this article we will see how to create an anonymous K2 SmartForms Runtime site with anonymous access for public users.
Follow the steps below to set up a secondary runtime site.
1. Copy theK2 smartforms Runtimefolder, located at <install drive>:Program FilesK2:
2. Paste the folder into the same location and give it a new name.
3. In Internet Information Services Manager (IIS), under the K2 site, add a new application. Ensure the Application pool value is the same as the original runtime application and that it is a .NET 4 application pool.
4. Specify an alias for the new application. For the physical path, copy or browse to the folder that you copied and renamed.
5. Verify that the site is running by accessing the new runtime URL. You should see the default SmartForms runtime URL, for example: http://[Base URL]/RuntimeInternetUsers/Runtime/Form/<form name>/ Alternatively, click the new Application, then click on Browse in the Manage Application section on the right panel.
Configuring an Anonymous K2 SmartForms Runtime site
In K2, it is possible to create multiple runtime sites with different authentication types in the same server. In this article we will see how to create an anonymous K2 SmartForms Runtime site with anonymous access for public users.