Hello! We are currently trying to integrate our Identity Server(already used by other applications) with an existing Umbraco frontend application. The application now uses forms authentication and UmbracoMembershipProvider. We want to change it to use the existing Identity Server Provider (which has his own login page). There is any documentation that can help us? Thank you!
Hi Nikolaj! Thanks for your answer! What we want is to use Identity Server on Umbraco Frontend without any changes on Umbraco Backend. Do you know if there is any integration available for Umbraco Frontend?
It will properly help you accomplice this. Alternatively, I found the Identity servers documentation which describes a javascript approach that might be an easy way to integrate your feature:
Identity server docs
Identity Server 4 & Umbraco
Hello! We are currently trying to integrate our Identity Server(already used by other applications) with an existing Umbraco frontend application. The application now uses forms authentication and UmbracoMembershipProvider. We want to change it to use the existing Identity Server Provider (which has his own login page). There is any documentation that can help us? Thank you!
Hi Loredana
You could try looking into this: https://our.umbraco.com/Documentation/Reference/Security/external-login-providers
I'm not sure if it applies to your specific use case but it's pretty straightforward to use it for back-office users.
Hi Nikolaj! Thanks for your answer! What we want is to use Identity Server on Umbraco Frontend without any changes on Umbraco Backend. Do you know if there is any integration available for Umbraco Frontend?
Hi Loredana
By looking a bit around I found this package: https://github.com/Shazwazza/UmbracoIdentity
It will properly help you accomplice this. Alternatively, I found the Identity servers documentation which describes a javascript approach that might be an easy way to integrate your feature: Identity server docs
is working on a reply...