selective domain authentication

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/25/2007 12:57:39 PM
Gravatar
Total Posts 1

selective domain authentication

is it possible to allow users access the website anonymously i.e. browse pages and content without being prompted for a nt login name and password AND ensure that they have to enter domain credentials only when they access 'specific' pages of the website? i.e. the user should be able to access the homepage and other content without any authentication but could need to authenticate to a domain to post in the forums? any help would be greatly appreciated

6/25/2007 2:44:52 PM
Gravatar
Total Posts 18439

Re: selective domain authentication

typically if you are talking about prompting in the form of the IIS login dialog then you are using IIS authentication (digest or basic). I don't know of a way to achieve your goal if using IIS for authentication is a requirement. In this case IIS handles the request and prompts for credentials before any .NET code can run.

If you configure IIS to allow anonymous then configure mojoPortal to use Active Directory user will not be required to login unless they access pages protected by roles. Pages that are protected by roles will not appear in the menu unless the user is logged in either. Note that the roles are mojoportal roles not Active Directory roles.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.