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
Under Keycloak's Authentication when trying to create a registration flow that is basically a copy of the built-in registration flow, the registration flow has an authentication execution step that requires a registration-page-form as its authenticator. However, that throws the following error:
No authentication provider found for id: registration-page-form
Looking at the code here the endpoints specified in the comment, does not include the registration-page-form as that's available at the following endpoint:
Under Keycloak's Authentication when trying to create a registration flow that is basically a copy of the built-in registration flow, the registration flow has an authentication execution step that requires a
registration-page-form
as its authenticator. However, that throws the following error:Looking at the code here the endpoints specified in the comment, does not include the
registration-page-form
as that's available at the following endpoint:The text was updated successfully, but these errors were encountered: