Thank you Ambert..I am able to login to the back office with azure AD. I tried front end login also the same way. But that's not getting through. Would you be able to guide me?
Thank you..I am able to add member login for the website with active directory. Right now, I have a button which user has to click and then the azure ad login is taking place. How can I change this to auto login?
Azure AD Login
How to integrate active directory login for frontend ? Umbraco version - 9.5 .net 5
You need to add Active Directory as an external login provider.
It's documented here: https://our.umbraco.com/Documentation/Reference/Security/External-login-providers/
Thank you Ambert..I am able to login to the back office with azure AD. I tried front end login also the same way. But that's not getting through. Would you be able to guide me?
Hi Vijitha
I was thinking if you have seen this code example for Members in Umbraco 9
https://our.umbraco.com/Documentation/Reference/Security/auto-linking/#example-for-members
All the best,
/Dennis
Thank you..I am able to add member login for the website with active directory. Right now, I have a button which user has to click and then the azure ad login is taking place. How can I change this to auto login?
Hi All,
I have followed the same steps as per https://shazwazza.com/post/configuring-azure-active-directory-login-with-umbraco/, once AD authenticate success, getting below error.
Any suggestions/inputs how to resolve Sequence contains more than one element exception ?
Thanks, Gurumurthy J V
Hi Vijitha,
You could have a look at the OpenID Connect example that I have created: https://www.jeroenbreuer.nl/blog/released-umbraco-openid-connect-example-package/
Jeroen
is working on a reply...