Add Asgardeo password migration sample #475
Merged
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
When a customer is onboarding in cases where they are migrating from an existing IAM solution, it is required to move their user base to WSO2 Identity Server/ Asgardeo. In most of these systems, users have credentials (passwords) in a system preferable manner and are unable to export them to a different system. One major challenge is there’s no standardized way to communicate with external systems in these sorts of requirements. Therefore when dealing with external systems, we need to handle different types of request and response formats. The proposed solution utilizes a conditional authentication script and an external REST service which exposes a few API endpoints (ex: Choreo) to perform the user authentication with the existing system.
This PR adds the Ballerina sample project for the external authentication service which can be deployed in Choreo.
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning