-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(router): add core changes for external authentication flow through unified_authentication_service #7063
Open
sai-harsha-vardhan
wants to merge
43
commits into
main
Choose a base branch
from
external-auth-through-uas-core-flow-changes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(router): add core changes for external authentication flow through unified_authentication_service #7063
sai-harsha-vardhan
wants to merge
43
commits into
main
from
external-auth-through-uas-core-flow-changes
+1,190
−261
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
…2-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…-the-connector-creds-instead-of-connector_name' of https://github.com/juspay/hyperswitch into 7862-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…hanges in pre_auth, post_auth flows for external_authentication
…erswitch into add-auth-and-webhook-flow-uas
…_id-and-get-the-connector-creds-instead-of-connector_name
…th-through-uas-core-flow-changes
SanchithHegde
previously approved these changes
Jan 23, 2025
sahkal
previously approved these changes
Jan 23, 2025
swangi-kumari
previously approved these changes
Jan 23, 2025
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 30, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 31, 2025
…gh unified_authentication_service (#7063) Co-authored-by: Sahkal Poddar <[email protected]> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sahkal Poddar <[email protected]>
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 31, 2025
…th-through-uas-core-flow-changes
sai-harsha-vardhan
removed this pull request from the merge queue due to a manual request
Jan 31, 2025
sai-harsha-vardhan
dismissed stale reviews from SanchithHegde, sahkal, and swangi-kumari
via
January 31, 2025 11:34
b4c5c13
sai-harsha-vardhan
requested review from
swangi-kumari,
sahkal and
SanchithHegde
January 31, 2025 11:35
sahkal
approved these changes
Jan 31, 2025
swangi-kumari
approved these changes
Jan 31, 2025
SanchithHegde
approved these changes
Jan 31, 2025
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 31, 2025
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Feb 1, 2025
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.
Type of Change
Description
add core changes for external authentication flow through unified_authentication_service
Currently, Only ClickToPay is supported through Unified Authentication Service. This PR adds support to perform external authentication through connectors like Netcetera, through Unified Authentication service.
Will take up the connector side changes in a separate PR
Additional Changes
Motivation and Context
How did you test it?
Compiler guided - Core changes alone done, can be tested after connector related changes are done
Checklist
cargo +nightly fmt --all
cargo clippy