Skip to content
Snippets Groups Projects
Commit cfff5668 authored by Dominik František Bučík's avatar Dominik František Bučík
Browse files

chore: merge branch 'remove_aud_ext' into 'main'

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

See merge request !375
parents 84f42f10 e73a18d9
No related branches found
No related tags found
1 merge request!375fix: 🐛 remove aud extension from token extra info
Pipeline #401157 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