Skip to content

Commit

Permalink
[OpenIdentityPlatform#790] FIX OAuth2 realm config - updating 'scopes…
Browse files Browse the repository at this point in the history
… supported' requires a restart
  • Loading branch information
kurotsu authored and vharseko committed Sep 19, 2024
1 parent 4835723 commit 8901529
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* Copyright 2014-2016 ForgeRock AS.
* Portions Copyrighted 2015 Nomura Research Institute, Ltd.
* Portions copyright 2019 Open Source Solution Technology Corporation
* Portions Copyrighted 2024 3A Systems LLC.
*/

Expand Down Expand Up @@ -1035,6 +1036,8 @@ public void organizationConfigChanged(String serviceName, String version, String
attributeCache.clear();
jwks.clear();
loginUrlTemplate = null;
supportedClaimsWithoutTranslations=null;
supportedScopesWithoutTranslations=null;
}
} else {
if (logger.messageEnabled()) {
Expand Down

0 comments on commit 8901529

Please sign in to comment.