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

API support for user defined authenticator creation. #725

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Thisara-Welmilla
Copy link
Contributor

@Thisara-Welmilla Thisara-Welmilla commented Oct 25, 2024

We’re introducing the following API changes to enhance the management of custom authentication extensions, supporting both local and federated types. Based on previous discussions, we decided to treat external authentication service endpoint configurations as primary properties for payloads related to the custom authentication. This results in two distinct models:

  • System-defined authenticators: The properties field is a primary property.
  • User-defined (custom) authenticators: The endpoint field is a primary property, with no general properties field.

The upcoming API changes include:

  • /authenticators/custom/ : New API to create user-defined local authenticators
  • /configs/authenticators/{authenticator-id} : response body for the GET request.
  • /identity-providers : request body for the PUT request.
  • /identity-providers/{identity-provider-id}/federated-authenticators : request body for the PUT request.
  • /identity-providers/{identity-provider-id}/federated-authenticators/{federated-authenticator-id} : response and request body for both GET and PUT requests.

@Thisara-Welmilla Thisara-Welmilla marked this pull request as ready for review November 4, 2024 09:41
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

Successfully merging this pull request may close these issues.

1 participant