Custom Authentication SAML 2.0

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.
11/7/2018 5:02:16 PM
Gravatar
Total Posts 101

Custom Authentication SAML 2.0

Hi,

What is the best place / method to add a new Custom Authenticator to Mojo ?

I'm looking at adding Office365 / Azure AD login support using the Open Source Saml 2.0 library:

https://github.com/Sustainsys/Saml2

Previously I wrote a custom IHttpModule to intercept the page traffic, I'm assuming there is a cleaner way to add custom

authentication ?

I hope to be able to add the ID's from Azure (EndPoints/Return URL) and let SAML 2.0 do the authentication.

Any feedback appreciated.

Regards

Andrew Tierney

 

 

11/7/2018 11:16:09 PM
Gravatar
Total Posts 101

Re: Custom Authentication SAML 2.0

https://github.com/jitbit/AspNetSaml

Is another option...?

Fire the command then have a "Consumer" to work with the reply from SAML/Azure.

 

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