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

Introduce implicit association identity provider configuration #506

Merged
merged 5 commits into from
Oct 20, 2023

Conversation

Yasasr1
Copy link
Contributor

@Yasasr1 Yasasr1 commented Oct 17, 2023

Purpose

With this PR, a new identity provider configuration will be introduced that can be used to configure the implicit association behaviour during federated login.

"implicitAssociation": {
        "isEnabled": true,
        "lookupAttribute": [
            "username",
            "mobile"
        ]
}

Identity provider API will be improved with the following new endpoints

  • GET api/server/v1/identity-providers/IDP-ID/implicit-association
  • PUT api/server/v1/identity-providers/IDP-ID/implicit-association
  • POST api/server/v1/identity-providers will be improved to provide the ability to set the new configs when creating an idp

Dependent PRs

Related Issues

@Yasasr1
Copy link
Contributor Author

Yasasr1 commented Oct 17, 2023

This PR is dependent on the above framework PR. That should be merged for PR builder to pass

pulasthi7
pulasthi7 previously approved these changes Oct 18, 2023
@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

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

@Yasasr1 Yasasr1 merged commit 5ba6c42 into wso2:master Oct 20, 2023
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