Skip to content

Commit

Permalink
Merge pull request wso2-extensions#239 from ShanChathusanda93/org-use…
Browse files Browse the repository at this point in the history
…r-invitation-claim-branch

Update managed org claim to an identity claim
  • Loading branch information
ShanChathusanda93 authored Sep 13, 2023
2 parents 52e73a9 + 9893641 commit de84b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class UserInvitationMgtConstants {

public static final String CLAIM_EMAIL_ADDRESS = "http://wso2.org/claims/emailaddress";
public static final String CLAIM_MANAGED_ORGANIZATION = "http://wso2.org/claims/managedOrg";
public static final String CLAIM_MANAGED_ORGANIZATION = "http://wso2.org/claims/identity/managedOrg";
public static final String ID_CLAIM_READ_ONLY = "http://wso2.org/claims/identity/isReadOnlyUser";
public static final String INVITATION_ERROR_PREFIX = "OUI-";
public static final String DEFAULT_USER_STORE_DOMAIN = "DEFAULT";
Expand Down

0 comments on commit de84b00

Please sign in to comment.