You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following minor inprovement need to be added to authentication extension feature:
Change user/idp to user/userIdentitySource in the request to the external service during user authentication with the custom authentication extension.
Improve the error messge when creating new user defined authenticators along with system defined local authenticators.
If the userDefined is not specified for the federated authenticator PUT request payload, the default value must be SYSTEM. Current implementation is using USER for this PUT request secnario.
In /v1/api/authenticators API, send the name as the federated authenticator name for the user defined authenticator.
Add condition for checking system authenticator which register to OSGI services at server start does not start with custom-.
Version
No response
The text was updated successfully, but these errors were encountered:
Description
Feature:
Following minor inprovement need to be added to authentication extension feature:
user/idp
touser/userIdentitySource
in the request to the external service during user authentication with the custom authentication extension.userDefined
is not specified for the federated authenticator PUT request payload, the default value must beSYSTEM
. Current implementation is usingUSER
for this PUT request secnario.name
as the federated authenticator name for the user defined authenticator.custom-
.Version
No response
The text was updated successfully, but these errors were encountered: