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 APP_ROLE_ASSOCIATION and ROLE_SCOPE tables #4936

Merged
merged 11 commits into from
Oct 16, 2023

Conversation

shashimalcse
Copy link
Contributor

@shashimalcse shashimalcse commented Sep 20, 2023

Proposed changes in this pull request

added new tables

  • APP_ROLE_ASSOCIATION - maintain role associations for a given application
  • ROLE_SCOPE - maintain the scopes of the role

added column named AUDIENCE_REF_ID column to IDN_SCIM_GROUP table

changed unique constrain of table IDN_SCIM_GROUP to UNIQUE(TENANT_ID, ROLE_NAME, ATTR_NAME, AUDIENCE_REF_ID)

Part of wso2/product-is#16363

Migrations (if applicable)

@shashimalcse shashimalcse merged commit 5578940 into wso2:master Oct 16, 2023
2 checks passed
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.

2 participants