Skip to content
Discussion options

You must be logged in to vote

Hello @TheBrambleShark,
in Blazor, authentication providers must be registered at startup. There’s no built-in way to add OAuth/SAML providers dynamically at runtime without restarting the app. To achieve runtime configurability, you can implement a custom authentication handler that reads provider settings from a database on each request, or delegate auth to an external identity provider that supports dynamic configuration.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheBrambleShark
Comment options

Answer selected by TheBrambleShark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants