-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Low code CDK: Conditional authenticator #28351
Comments
+1 on Slack by Markos from Hackathon |
Alternative interface that uses a selector instead of string interpolation:
I don't feel strongly about the use of a mapping vs array of authenticators, but avoiding string interpolation makes the interface simpler Acceptance criteria
|
grooming notes:
|
the PR for retently #33536 |
@girarda I've just realized that for affected connectors this is a backward incompatible change. Migrate it one by one with boosting major version? |
What area the feature impact?
None
Revelant Information
It's a common scenario to allow the user of a connector to choose from multiple possible authentication methods. Currently this is not reflected in the low code CDK.
By introducing a new component
ConditionalAuthenticator
, this can be made a properly supported feature:Once this is supported, the existing
LegacySessionTokenAuthenticator
can be removed as it will be possible to re-create it using the conditional authenticator.The text was updated successfully, but these errors were encountered: