Skip to content

Commit

Permalink
Add comment in DynamicConfigModelV7
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Aug 23, 2023
1 parent 15c8530 commit cb3406a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,12 @@ private void buildAAA() {
}
}

/*
* If the OnBehalfOf (OBO) authentication is configured:
* Add the OBO authbackend in to the auth domains
* Challenge: false - no need to iterate through the auth domains again when OBO authentication failed
* order: -1 - prioritize the OBO authentication when it gets enabled
*/
Settings oboSettings = getDynamicOnBehalfOfSettings();
if (oboSettings.get("signing_key") != null && oboSettings.get("encryption_key") != null) {
final AuthDomain _ad = new AuthDomain(
Expand Down

0 comments on commit cb3406a

Please sign in to comment.