Skip to content
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

Data.all Integration with A3M for Authentication #1536

Open
shivalkarrahul opened this issue Sep 11, 2024 · 0 comments
Open

Data.all Integration with A3M for Authentication #1536

shivalkarrahul opened this issue Sep 11, 2024 · 0 comments

Comments

@shivalkarrahul
Copy link

Hello Team,

We would like to integrate A3M with Data.all for Authentication purposes only.
It means, we would like to have users to be in Cognito and use A3M for Authentication or SSO purposes only.

How can this be achieved?

From the documents, we could see the following option available. (https://data-dot-all.github.io/dataall/deploy-aws/)
"custom_auth": {
"provider": "string_EXTERNAL_IDP_PROVIDER_NAME|DEFAULT=None",
"url" : "string_ISSUER_URL_OF_THE_EXTERNAL_IDP|DEFAULT=None",
"redirect_url" : "string_REDIRECT_URL_OF_THE_EXTERNAL_IDP|DEFAULT=None",
"client_id": "string_EXTERNAL_IDP_CLIENT_ID|DEFAULT=None",
"response_types": "string_EXTERNAL_RESPONSE_TYPES_USED_IN_OIDC_FLOW|DEFAULT=None",
"scopes": "string_EXTERNAL_IDP_SCOPES_SPACE_SEPARATED|DEFAULT=None",
"jwks_url" : "string_EXTERNAL_IDP_JWKS_URL|DEFAULT=None",
"claims_mapping": {
"user_id": "string_USER_ID_CLAIM_NAME_MAPPING_FOR_EXTERNAL_IDP|DEFAULT=None",
"email": "string_EMAIL_ID_CLAIM_NAME_MAPPING_FOR_EXTERNAL_IDP|DEFAULT=None"
}
}

Will custom_auth help us, or will setting it up replace Cognito?

Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant