Use OAuth 2.0 Token Introspection during log in #27

Merged
ansv7779 merged 2 commits from oauth2-token-instrospection-login into develop 2025-03-25 15:48:32 +01:00
Showing only changes of commit 811f6ba4b7 - Show all commits

View File

@ -22,8 +22,4 @@ public class SeshatConfiguration {
defaultOAuth2UserService.setRequestEntityConverter(new TokenIntrospectionRequestEntityConverter());
return defaultOAuth2UserService;
}
// TokenIntrospectionRequestEntityConverter
// TokenIntrospectionRequestEntityConverter
}