Skip to content

Commit

Permalink
[#790] FIX OAuth2 realm config - updating 'scopes supported' requires…
Browse files Browse the repository at this point in the history
… a restart (#791)

Co-authored-by: Kurotsu Shogo <[email protected]>
  • Loading branch information
vharseko and kurotsu authored Sep 19, 2024
1 parent 4835723 commit 00ea0a0
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 00ea0a0

Please sign in to comment.