Register Auth Providers at Runtime #62305
Unanswered
TheBrambleShark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Currently in Blazor, authentication providers are registered with the web application builder and then consumed when the host is running.
Is there a mechanism which would allow these providers to be added at runtime, such as through a view in an admin control panel?
I'd like to empower my admins with configuring OAuth/SAML authentication from within the app and have it work without requiring a restart.
Beta Was this translation helpful? Give feedback.
All reactions