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
Copy file name to clipboardExpand all lines: config/src/main/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt
Copy file name to clipboardExpand all lines: config/src/test/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDslTests.kt
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,41 @@ class OpaqueTokenDslTests {
138
138
}
139
139
}
140
140
141
+
@Test
142
+
fun`opaque token when custom introspector set after client credentials then introspector used`() {
0 commit comments