-
Notifications
You must be signed in to change notification settings - Fork 541
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 definedBy property for authenticator databases. #5991
Merged
Thisara-Welmilla
merged 2 commits into
wso2:add-definedBy-Type
from
Thisara-Welmilla:add-definedBy-type-prop-db
Oct 11, 2024
Merged
Add definedBy property for authenticator databases. #5991
Thisara-Welmilla
merged 2 commits into
wso2:add-definedBy-Type
from
Thisara-Welmilla:add-definedBy-type-prop-db
Oct 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 4, 2024
Thisara-Welmilla
changed the base branch from
master
to
Add-authenticator-properties
October 4, 2024 08:23
Thisara-Welmilla
changed the base branch from
Add-authenticator-properties
to
master
October 4, 2024 08:23
malithie
reviewed
Oct 4, 2024
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Outdated
Show resolved
Hide resolved
malithie
reviewed
Oct 4, 2024
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Outdated
Show resolved
Hide resolved
malithie
reviewed
Oct 4, 2024
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Outdated
Show resolved
Hide resolved
malithie
reviewed
Oct 4, 2024
....mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationDAOImpl.java
Outdated
Show resolved
Hide resolved
malithie
reviewed
Oct 4, 2024
...src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationMgtDBQueries.java
Show resolved
Hide resolved
Thisara-Welmilla
force-pushed
the
add-definedBy-type-prop-db
branch
5 times, most recently
from
October 8, 2024 10:49
56fd140
to
71ff6ae
Compare
pamodaaw
reviewed
Oct 9, 2024
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/db2.sql
Outdated
Show resolved
Hide resolved
pamodaaw
reviewed
Oct 9, 2024
...-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/dao/IdPManagementDAO.java
Show resolved
Hide resolved
Thisara-Welmilla
force-pushed
the
add-definedBy-type-prop-db
branch
3 times, most recently
from
October 10, 2024 08:32
78469b8
to
d76919c
Compare
Thisara-Welmilla
force-pushed
the
add-definedBy-type-prop-db
branch
from
October 10, 2024 08:58
d76919c
to
9856e5d
Compare
malithie
reviewed
Oct 11, 2024
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/db2.sql
Outdated
Show resolved
Hide resolved
malithie
approved these changes
Oct 11, 2024
This was referenced Oct 14, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task Issue:
Related PRs:
With this following properties will be introduce to the authenticator configs and Application Authenticators.
DefinedBy
- to indicate whether the authenticator is system-defined or user-defined.With this PR following changes are added.