You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
We have a requirement to change URL of our existing IdSrv3 instance and do it without any outage. Playing around with url rewrites/proxies etc etc for many reasons seems too complicated.
Instead I looked into UseIdentityServerBearerTokenAuthentication extension method and noticed that TokenValidationParameters does actually allow specifying more than one issuer and audience. This would be perfect in our case and would solve our problem very elegantly. However I also noticed that UseIdentityServerBearerTokenAuthentication does not allow to specify multiple issuers/audiences.
Is there an easy way to specify multiple issuers/audiences using your middleware? Maybe I missed something obvious while looking through code. Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We have a requirement to change URL of our existing IdSrv3 instance and do it without any outage. Playing around with url rewrites/proxies etc etc for many reasons seems too complicated.
Instead I looked into
UseIdentityServerBearerTokenAuthentication
extension method and noticed thatTokenValidationParameters
does actually allow specifying more than one issuer and audience. This would be perfect in our case and would solve our problem very elegantly. However I also noticed thatUseIdentityServerBearerTokenAuthentication
does not allow to specify multiple issuers/audiences.Is there an easy way to specify multiple issuers/audiences using your middleware? Maybe I missed something obvious while looking through code. Thanks!
The text was updated successfully, but these errors were encountered: