Authentication Directly with Custom Auth Provider (Okta) #12742
Labels
Auth
Related to Auth components/category
documentation
Related to documentation feature requests
feature-request
Request a new feature
need-product-input
Needs non-technical requirements or direction to proceed
VP
Version parity issues between v5 and v6
Is this related to a new or existing framework?
React
Is this related to a new or existing API?
Authentication
Is this related to another service?
AppSync API Authentication
Describe the feature you'd like to request
Can we introduce an ability in amplify V6 to authenticate directly to a custom authentication provider; without passing through a Cognito User Pool. This feature was possible in v5, I have worked with customers using this in the production loads and would like to see it continued in Amplify V6.
Feedback on it's current setup in v6 is that usage of Cognito would mean customers can find themselves in a out of sync system, where users are removed from the Okta platform, however exist until removed on user pools connected. This way they would like that all systems authenticate directly to Okta.
Describe the solution you'd like
In Amplify v5 this was achieved through the lower excerpt of code configured in the aws-config.ts, which is passed to Amplify.Configure().
I would suggest duplicating this feature in the newer Amplify V6 in the following format:
Describe alternatives you've considered
Without this ability customers running workloads either remain on v5, or look to migrate away from Amplify in favor of a custom framework which allows them to directly authenticate with their chosen authentication framework. It's a blocker in using Amplify if it's fixed for Cognito usage.
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: