-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AspNetCore Multi-Tenant Jwt Bearer Token Configuration #44804
Comments
Thanks for contacting us. We're moving this issue to the |
Hello @BrianMikinski do you perhaps have the option to share your solution for reference? Also, I realise this is not an architecture-based solution, but a dynamic JWT handler implementation has been done here. |
@davidfenko - Unfortunately I do not have a repo I can share but the solution shown athttps://github.com/PoweredSoft/DynamicJwtBearer/tree/master is quite interesting. This may be another version of what we were able to achieve. Thank you for the response |
Thanks for contacting us. You can learn more about our triage process and how we handle issues by reading our Triage Process writeup. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
@HaoK @Tratcher @blowdart
Hi y'all,
I'm trying to configure multiple jwt bearer tokens for authentication in an AspNetCore project.
Currently, I have a solution working based on utilizing a custom IOptionsMonitor. The basic strategy I followed came from this GitHub issue and the subsequent Stack Overflow post.
While this is working, is there a better or more officially supported strategy for multi-tenant jwt bearer token auth? I've also noticed the following multi-tenant auth posts but have yet to see anything canonical from the AspNet team. Thanks in advance for any help or suggestions!
Describe the solution you'd like
Suggested best practices for multi-tenant jwt bearer token auth scenarios.
Additional context
None.
The text was updated successfully, but these errors were encountered: