Umbraco-OpenIdConnect-Example
Umbraco-OpenIdConnect-Example copied to clipboard
An example to show how Umbraco and OpenIdConnect work together
"UmbExternalLoginController.cs not found", this message when the callback happens from server. Anyway the login is correct.
Hi, Does this can be implemented for multiple providers dynamically ? i mean multiple idp support. Regards, Gurumurthy JV
This package works great on it's own. Even when I've pulled the few files into my own project and used the same appsettings locally it works fine. However, it doesn't...
Hi, After upgrading from 13 to 14, I can't find anything related directly to this in the upgrade notes - from what i can see it is mostly related to...
This isn't so much an issue as a question--do you have a working example of how to use an external OpenID Connect provider for back office authentication? I tried modifying...
Incorrect path casing caused failure to find partial files
I'm trying to port this to another site which is on Umb V13.3.2 and uses the minimal hosting model (i.e. no startup.cs). Using the same credentials as the this package...
Running the new V14+ in Rider on Linux (not that it makes a difference!). Getting `InvalidOperationException: The partial view 'partials/loginStatus' was not found` when trying to open the About Us...
Hey first off this code sample is fantastic, definitely gets me up and running. I noticed an oddity - when I tried to implement an OpenIdConnect provider (before reading umbraco...
Hi @jbreuer , Thank you very much for this repro, it helped me a lot! However, I still have the following problem: I want members to be able to log...