Closed
Description
Expected Behavior
Spring Security should provide way to use multiple Oauth2 resource server jwk uris's
Spring webflux Oauth2 resource server functionality is not included directly inside Spring Security but is depending on it (see following links).
Current Behavior
Spring Security (5.3) provided way for webflux to use multiple Oauth2 resource server issuer uri's:
#7887 (merge)
#7857 (original issue)
Context
I am trying to configure spring boot webflux application acting as oauth2 resource to use multiple identity providers.
Currently only issuer URI can be used to verify access token
I am not aware of any workarounds