Blazor WASM Add parameters to authentication URL #24340
Unanswered
timcromarty
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a multi-tenant Blazor application that needs to use JWT based authentication. My authentication provider requires an additional parameter - the tenant id to be passed into the authentication token service - either through a query string parameter or in the HTTP header.
Where in the Blazor authentication pipeline can I adjust either of these dynamically when I need to call authentication?
Beta Was this translation helpful? Give feedback.
All reactions