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
Hello @anton-brass , this extension hack the behavior of verify-email, bypass existing verify email token action and use form to validate code. The code, store in session of the current user, cannot be requested by a stateless rest-api.
Is there also no way to access the generated validation code right? Since it must be persisted somehow, so the user can type it at a later point in time.
If it is possible to access it via REST we could try to remove the request action / change it to valid, if the sent code of the app is the one expected.
We want to use your plugin for validating an app registration by e-mail code.
Therefore we want to create an in-app screen where we can type in the expected code.
This entered code we want to send to our backend.
The backend should be able to:
Is there a way to ask for the expected code by the Keycloak-API? Or is there a way to send a Code via Rest-API so the plugin checks it by itself?
The text was updated successfully, but these errors were encountered: