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
Prev Previous commit
Next Next commit
revert oracle
shashimalcse committed Oct 16, 2023
commit 241e08d73875f87cb00420d7170ac0b37cf804c7
Original file line number Diff line number Diff line change
@@ -268,8 +268,7 @@ CREATE TABLE IDN_SCIM_GROUP (
ROLE_NAME VARCHAR2(255) NOT NULL,
ATTR_NAME VARCHAR2(1024) NOT NULL,
ATTR_VALUE VARCHAR2(1024),
AUDIENCE_REF_ID INTEGER NOT NULL DEFAULT -1,
UNIQUE(TENANT_ID, ROLE_NAME, ATTR_NAME, AUDIENCE_REF_ID),
UNIQUE(TENANT_ID, ROLE_NAME, ATTR_NAME),
PRIMARY KEY (ID))

/