Skip to content

Commit

Permalink
Format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Akila94 committed Feb 6, 2025
1 parent fd44e12 commit 447956d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public OAuthApplicationInfo createApplication(OAuthAppRequest oauthAppRequest) t
// Adding SP property to identify create request. Will be removed when setting up authenticators.
additionalProperties.put("AppCreateRequest", "true");
}
// This SP property makes the username the default subject identifier.
// This SP property makes username the default subject identifier.
additionalProperties.put(OBKeyManagerConstants.USE_USER_ID_FOR_DEFAULT_SUBJECT, "false");
doPreCreateApplication(oauthAppRequest, additionalProperties);
OAuthApplicationInfo oAuthApplicationInfo = oauthAppRequest.getOAuthApplicationInfo();
Expand Down

0 comments on commit 447956d

Please sign in to comment.