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
There is no verification of issuer at all. The only reason the test
still "passes" is because the JSON response has the active attribute
as the JSON string "true" rather than the boolean true which is not
accepted.
Choose to remove the test rather than adding issuer verification since
the class is deprecated and will most likely be removed in a future
release.
Signed-off-by: Andreas Svanberg <[email protected]>
Copy file name to clipboardExpand all lines: oauth2/oauth2-resource-server/src/test/java/org/springframework/security/oauth2/server/resource/introspection/NimbusOpaqueTokenIntrospectorTests.java
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -96,13 +96,6 @@ public class NimbusOpaqueTokenIntrospectorTests {
0 commit comments