-
Notifications
You must be signed in to change notification settings - Fork 314
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
feat(rest.identity.provider): Added new Identity rest APIs and Request Handler #4878
Merged
nicolatimeus
merged 66 commits into
eclipse-kura:develop
from
salvatore-coppola:identity-rest-apis
Oct 31, 2023
Merged
feat(rest.identity.provider): Added new Identity rest APIs and Request Handler #4878
nicolatimeus
merged 66 commits into
eclipse-kura:develop
from
salvatore-coppola:identity-rest-apis
Oct 31, 2023
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
salvatore-coppola
changed the title
feat(rest.identity): Added new Identity rest APIs and Request Handler
feat(rest.identity.provider): Added new Identity rest APIs and Request Handler
Oct 4, 2023
salvatore-coppola
force-pushed
the
identity-rest-apis
branch
from
October 4, 2023 13:36
8e3e1c0
to
199cb80
Compare
kura/org.eclipse.kura.rest.identity.provider/OSGI-INF/IdentityRestService.xml
Outdated
Show resolved
Hide resolved
...ider/src/main/java/org/eclipse/kura/internal/rest/identity/provider/validator/Validator.java
Show resolved
Hide resolved
...a/org/eclipse/kura/internal/rest/identity/provider/validator/PasswordStrengthValidators.java
Show resolved
Hide resolved
I'll test this PR as soon as the build is finished. |
pierantoniomerlino
approved these changes
Oct 5, 2023
MMaiero
reviewed
Oct 7, 2023
kura/org.eclipse.kura.rest.identity.provider/OSGI-INF/IdentityRestService.xml
Show resolved
Hide resolved
MMaiero
force-pushed
the
identity-rest-apis
branch
from
October 10, 2023 07:38
ff85467
to
f844102
Compare
salvatore-coppola
force-pushed
the
identity-rest-apis
branch
2 times, most recently
from
October 17, 2023 10:54
e882518
to
4edc364
Compare
Please also add an endpoint that return the current password strength requirements |
...ider/src/main/java/org/eclipse/kura/internal/rest/identity/provider/IdentityRestService.java
Outdated
Show resolved
Hide resolved
salvatore-coppola
force-pushed
the
identity-rest-apis
branch
from
October 26, 2023 14:20
08c56b0
to
9a793bf
Compare
Added new `/password-requirements` method.
Signed-off-by: Nicola Timeus <[email protected]>
salvatore-coppola
force-pushed
the
identity-rest-apis
branch
from
October 30, 2023 16:02
af7df5d
to
9c44038
Compare
Signed-off-by: Nicola Timeus <[email protected]>
Signed-off-by: Nicola Timeus <[email protected]>
nicolatimeus
approved these changes
Oct 31, 2023
This was referenced Nov 23, 2023
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.
Added new Identity rest APIs and Request Handler