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

Return SharedProfileValueResolvingMethod property value for each claim in /scim2/Schemas API #592

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

AnuradhaSK
Copy link
Contributor

@AnuradhaSK AnuradhaSK commented Jan 9, 2025

$Subject when there is a value for SharedProfileValueResolvingMethod claim property/ resolved by the system.

eg:

[
    {
        "name": "Core",
        "description": "Core",
        "attributes": [],
        "id": "urn:ietf:params:scim:schemas:core:2.0"
    },
    {
        "name": "User",
        "description": "User Account",
        "attributes": [
            {
                "uniqueness": "NONE",
                "displayName": "URL",
                "name": "profileUrl",
                "displayOrder": "10",
                "description": "URL",
                "mutability": "READ_WRITE",
                "type": "STRING",
                "multiValued": false,
                "caseExact": false,
                "returned": "DEFAULT",
                "required": false,
                "sharedProfileValueResolvingMethod": "FromOrigin"
            },
            {
                "displayName": "Email",
                "displayOrder": "6",
                "description": "Email Address",
                "type": "COMPLEX",
                "required": true,
                "subAttributes": [],
                "regEx": "^([a-zA-Z0-9!#$'\\+=^_\\.{|}~\\-&])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,10})+$",
                "uniqueness": "NONE",
                "name": "emails",
                "mutability": "READ_WRITE",
                "multiValued": true,
                "caseExact": false,
                "returned": "DEFAULT",
                "sharedProfileValueResolvingMethod": "FromOrigin"
            },
     ... 

Part of wso2/product-is#22126

@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12698156278
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/12698156278

@AnuradhaSK AnuradhaSK merged commit 84a3995 into wso2-extensions:master Jan 10, 2025
3 checks passed
@AnuradhaSK AnuradhaSK deleted the shared-user-update branch January 10, 2025 06:39
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.

3 participants