Tony,
Sorry for invading the post, but would you happen to have any recommendations on how to integrate OpenID Connect into Umbraco (just a basic guideline to go by). Something I can read up on.
Hi BlackHawk,
Happy to help if I can...I know there's been some work in the latest version of Umbraco on making it work a little better, but I could share up my code. Do you have your own openID server?
OpenID-Connect error
When trying to auto-link an account from an OpenID server to a built-in backend user Umbraco is throwing this error:
I'm not sure how it is even getting this provider or what it is matching against. This is my OWIN startup code:
Actually hunted this down... In the source of Umbraco.Web.Editors.BackOfficeController this happens
Alas, the LoginProvider is not the Authentication type, it is the "Authority" as set in your "OpenIdConnectAuthenticationOptions", for example:
Auth type can be set in your OWIN, but this seems like a dirty hack to get it working....
Tony, Sorry for invading the post, but would you happen to have any recommendations on how to integrate OpenID Connect into Umbraco (just a basic guideline to go by). Something I can read up on.
Thanks
Hi BlackHawk, Happy to help if I can...I know there's been some work in the latest version of Umbraco on making it work a little better, but I could share up my code. Do you have your own openID server?
yes. what would be some of your initial recommendations.
is working on a reply...