Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sharedProfileValueResolvingMethod as first class attribute to claim mgt API #766

Conversation

AnuradhaSK
Copy link
Contributor

@AnuradhaSK AnuradhaSK commented Jan 5, 2025

Purpose

Add sharedProfileValueResolvingMethod as first class attribute to claim mgt API

eg:

{
    "claimURI": "http://wso2.org/claims/testClaim",
    "displayName": "New",
    "displayOrder": 0,
    "readOnly": false,
    "regEx": "",
    "required": false,
    "supportedByDefault": false,
    "sharedProfileValueResolvingMethod": "FromOrigin",
    "properties": [
        {
            "key": "USER_CUSTOM_ATTRIBUTE",
            "value": "TRUE"
        }
    ],
    "attributeMapping": [
        {
            "mappedAttribute": "new",
            "userstore": "PRIMARY"
        }
    ]
}

Related PRs

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12627967893

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12627967893
Status: success

Copy link

@jenkins-is-staging jenkins-is-staging left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12627967893

@AnuradhaSK AnuradhaSK merged commit 59238d5 into wso2:master Jan 6, 2025
4 checks passed
@AnuradhaSK AnuradhaSK deleted the add-SharedProfileValueResolvingMethod-as-firstclass-attribute branch January 6, 2025 09:05
@AnuradhaSK
Copy link
Contributor Author

Created wso2/product-is#22171 issue to track proper modification to claim management API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants