-
Notifications
You must be signed in to change notification settings - Fork 263
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 UI support for Push notification based authentication #7370
Merged
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
apps/console/src/public/resources/notification-providers/assets/images/illustrations/push.svg
Show resolved
Hide resolved
identity-apps-core/apps/authentication-portal/src/main/webapp/images/pushAuth.png
Outdated
Show resolved
Hide resolved
features/admin.connections.v1/components/authenticators/push/quick-start.tsx
Show resolved
Hide resolved
features/admin.connections.v1/components/authenticators/push/quick-start.tsx
Outdated
Show resolved
Hide resolved
features/admin.connections.v1/components/authenticators/push/quick-start.tsx
Outdated
Show resolved
Hide resolved
features/admin.push-providers.v1/components/push-provider-card.tsx
Outdated
Show resolved
Hide resolved
features/admin.connections.v1/components/edit/forms/authenticators/push-authenticator-form.tsx
Outdated
Show resolved
Hide resolved
features/admin.connections.v1/components/edit/forms/authenticators/push-authenticator-form.tsx
Outdated
Show resolved
Hide resolved
...ures/admin.identity-providers.v1/components/forms/authenticators/push-authenticator-form.tsx
Outdated
Show resolved
Hide resolved
...ures/admin.identity-providers.v1/components/forms/authenticators/push-authenticator-form.tsx
Outdated
Show resolved
Hide resolved
pavinduLakshan
force-pushed
the
master-push-jsp
branch
from
January 23, 2025 17:25
5aedac5
to
0cc13c3
Compare
features/admin.push-providers.v1/api/use-create-push-provider.ts
Outdated
Show resolved
Hide resolved
pavinduLakshan
force-pushed
the
master-push-jsp
branch
2 times, most recently
from
January 24, 2025 09:51
2b2f270
to
3661fce
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7370 +/- ##
=======================================
Coverage 36.53% 36.53%
=======================================
Files 42 42
Lines 906 906
Branches 218 219 +1
=======================================
Hits 331 331
Misses 529 529
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more. |
features/admin.connections.v1/components/authenticators/push/quick-start.tsx
Show resolved
Hide resolved
features/admin.connections.v1/components/authenticators/push/quick-start.tsx
Outdated
Show resolved
Hide resolved
features/admin.connections.v1/components/edit/forms/authenticators/push-authenticator-form.tsx
Show resolved
Hide resolved
Co-authored-by: Nipuni Paaris <[email protected]>
Co-authored-by: Nipuni Paaris <[email protected]>
due to attribution requirments
pavinduLakshan
force-pushed
the
master-push-jsp
branch
from
January 26, 2025 14:14
d621720
to
96d5c13
Compare
NipuniBhagya
approved these changes
Jan 26, 2025
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
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.
Purpose
This PR introduces the components required to enable push notification based authentication.
Related Issues
Related PRs
Checklist
Security checks