Skip to content

Commit

Permalink
Update ServiceProviderToApiModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DMHP authored Sep 1, 2023
1 parent 5283d02 commit e381bed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private SubjectConfig buildSubjectClaimConfig(ServiceProvider application) {
}

private void assignClaimForSubjectValue(ServiceProvider application, SubjectConfig subjectConfig) {

if (isLocalClaimDialectUsedBySp(application)) {
if (isUserIdUsedAsDefaultSubject(application.getSpProperties())) {
subjectConfig.claim(buildClaimModel(FrameworkConstants.USER_ID_CLAIM));
Expand Down

0 comments on commit e381bed

Please sign in to comment.