Polish Resource Server DSL Error Messaging #6876
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
It is possible to configure Resource Server like so:
However, this configuration doesn't make sense because
AuthenticationManagerResolver
supercedes any individually configured authentication mechanism.We should error in this case since it's an invalid configuration. Specifically, if an
AuthenticationManagerResolver
is specified, then we should error if eitherjwt
oropaqueToken
is specified.The text was updated successfully, but these errors were encountered: