I'm trying to integrate my umbraco 7.6 with a custom Identity Service based on OpenID connect (OIDC). The goal is to allow the members of the website (not the back end user) to login/change password, etc.
I had a look at the thread though and I am not sure that Biagio is trying to do what I need. In my case the Identity server is an external system which acts as member store and is responsible for authenticating the members.
What I would need to do is making sure that the data against a member in umbraco is synched with the one coming from the Identity service.
Integrating Umbraco members with OpenID connect
Hello everybody,
I'm trying to integrate my umbraco 7.6 with a custom Identity Service based on OpenID connect (OIDC). The goal is to allow the members of the website (not the back end user) to login/change password, etc.
I have no prior experience of OIDC but I've found this package: https://github.com/Shazwazza/UmbracoIdentity and this site: https://vxcompany.com/2017/04/26/login-to-umbraco-backoffice-using-identityserver4. However none of them is doing exactly what I need.
Did anybody have a similar requirement and is keen to share some code/ideas?
Thanks a lot :)
Check this thread out, might be of use... https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/82423-mobile-application-oauth2-autentication-for-umbraco-members
Thanks a lot John,
I had a look at the thread though and I am not sure that Biagio is trying to do what I need. In my case the Identity server is an external system which acts as member store and is responsible for authenticating the members. What I would need to do is making sure that the data against a member in umbraco is synched with the one coming from the Identity service.
Hi, that system don’t use external provider, but a local token provider. I‘m also interested to use external provider with members.
This one might give a few hints https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/91674-access-token-for-login-via-facebook
Since Umbraco 9.3 there is support for external login providers with OpenID Connect: https://our.umbraco.com/documentation/reference/security/external-login-providers/
I've released a package which demos how Umbraco can be used with OpenID Connect: https://www.jeroenbreuer.nl/blog/released-umbraco-openid-connect-example-package/
Jeroen
Hi, thanks. I'll go to read it.
is working on a reply...