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
When unique attributes are configured as per the documentation [1], the self-registration flow behaves as expected. Specifically, if a new user is created with a duplicate value for a claim that is configured to be unique, submitting the form triggers the error message, "The value defined for {claim_name} is already in use by a different user."
However, when reCAPTCHA is enabled, an issue occurs upon redirection to the error page. The reCAPTCHA functionality does not work as expected, resulting in an error that disrupts the authentication flow.
Steps to Reproduce
Configure unique attributes according to the documentation [1].
Enable reCAPTCHA in the self-registration flow.
Attempt to create a new user with a duplicate claim value that is set to be unique.
Upon submission, the error message about the duplicate claim is displayed as expected.
Observe that reCAPTCHA fails to function correctly after being redirected to the error page, disrupting the authentication flow.
Description
When unique attributes are configured as per the documentation [1], the self-registration flow behaves as expected. Specifically, if a new user is created with a duplicate value for a claim that is configured to be unique, submitting the form triggers the error message, "The value defined for {claim_name} is already in use by a different user."
However, when reCAPTCHA is enabled, an issue occurs upon redirection to the error page. The reCAPTCHA functionality does not work as expected, resulting in an error that disrupts the authentication flow.
Steps to Reproduce
[1] - https://is.docs.wso2.com/en/latest/guides/users/attributes/configure-unique-attributes/
Version
7.0.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: