-
Notifications
You must be signed in to change notification settings - Fork 544
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
Update database setup and DAO implementation for schema changes #6014
base: feature-remove-registry-saml
Are you sure you want to change the base?
Update database setup and DAO implementation for schema changes #6014
Conversation
...dentity.core/src/main/java/org/wso2/carbon/identity/core/model/SAMLSSOServiceProviderDO.java
Outdated
Show resolved
Hide resolved
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/h2.sql
Outdated
Show resolved
Hide resolved
8a0a3f8
to
63d692c
Compare
f19d15e
to
c5b6b2d
Compare
163ada5
to
518b934
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no suggestions.
Files not reviewed (1)
- features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/h2.sql: Language not supported
Comments skipped due to low confidence (3)
components/identity-core/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/model/SAMLSSOServiceProviderDO.java:83
- [nitpick] The constant name BACK_CHANNEL_LOGOUT_BINDING should be consistent with other naming conventions. Consider renaming it to BACKCHANNEL_LOGOUT_BINDING.
private static final String BACK_CHANNEL_LOGOUT_BINDING = "BackChannel";
components/identity-core/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/model/SAMLSSOServiceProviderDO.java:687
- The constant AUDIENCES is used incorrectly here. It should be RECIPIENTS.
putIfNotNull(customAttributes, AUDIENCES, requestedRecipient);
components/identity-core/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/model/SAMLSSOServiceProviderDO.java:733
- The constant AUDIENCES is used incorrectly here. It should be RECIPIENTS.
putIfNotNull(customAttributes, AUDIENCES, requestedRecipient);
Quality Gate passedIssues Measures |
…lopment iteration
…branch Fix role association check
…lopment iteration
…ts-sign-and-signature-validation Add util methods for signing and signature validation
…lopment iteration
…ts-sign-and-signature-validation Throw signature exception from signing and signature validation utils
…lopment iteration
Refactor ActionManagementAuditLogger
…lopment iteration
…iqueness-feature Add support for claim-wise uniqueness validation
…lopment iteration
Saml feature tests
Quality Gate passedIssues Measures |
Proposed changes in this pull request