Skip to content
Snippets Groups Projects
Verified Commit e73a18d9 authored by Dominik Frantisek Bucik's avatar Dominik Frantisek Bucik
Browse files

fix: :bug: remove aud extension from token extra info

parent 134a1bc8
No related branches found
No related tags found
1 merge request!375fix: 🐛 remove aud extension from token extra info
Pipeline #394446 passed
......@@ -434,7 +434,6 @@ public class DefaultOAuth2ProviderTokenService implements OAuth2TokenEntityServi
}
}
token.getAdditionalInformation().put(AUD, aud);
token.getAdditionalInformation().put(RESOURCE, aud);
if (client.isReuseRefreshToken()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment