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
defaultUserNotCreatedIfResourceServerWithOpaqueIsUsed tests that the auto-configuration backs off when an OpaqueTokenIntrospector bean is present but there is no such bean condition. The auto-configuration backs off when OpaqueTokenIntrospector is on the classpath so the situation that is being tested can never arise. Remove the test.
Several tests check back-off behavior when a bean is present but back off earlier due to classes of alternative forms of authentication being present. Update the tests to filter out the alternatives.
The text was updated successfully, but these errors were encountered:
defaultUserNotCreatedIfResourceServerWithOpaqueIsUsed
tests that the auto-configuration backs off when anOpaqueTokenIntrospector
bean is present but there is no such bean condition. The auto-configuration backs off whenOpaqueTokenIntrospector
is on the classpath so the situation that is being tested can never arise. Remove the test.The text was updated successfully, but these errors were encountered: