I've been trying to implement the SSO for the Umbraco Backoffice using OpenId (with Okta).
The login bits works and it sends user out to Okta to key in the creds and then it calls back to our website. But upon calling back. I keep getting the below error message
“:“Could not find external authentication provider registered: {LoginProvider}”,”@l":“Warning”,“LoginProvider”:“https://xxxx.okta.com”,
It seems like something is broken in Umbraco which I can't figure out what.
Umbraco Backoffice OpenId SSO
Hi All
I've been trying to implement the SSO for the Umbraco Backoffice using OpenId (with Okta).
The login bits works and it sends user out to Okta to key in the creds and then it calls back to our website. But upon calling back. I keep getting the below error message
“:“Could not find external authentication provider registered: {LoginProvider}”,”@l":“Warning”,“LoginProvider”:“https://xxxx.okta.com”,
It seems like something is broken in Umbraco which I can't figure out what.
Anyone faced similar issue before?
Thanks
Hi Jay,
What version of Umbraco are you using?
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
is working on a reply...