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

Add Secret Question authenticator back #633

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cornelpurcel
Copy link

@cornelpurcel cornelpurcel commented Dec 1, 2024

Closes #553

Attempts to add back the "Authenticator SPI walk through" example that is missing. Right now the reference the docs point to does not exist: https://www.keycloak.org/docs/26.0.6/server_development/#_auth_spi_walkthrough

I just cherrypicked stianst's commit that is missing from the main branch and added the implementation of SecretQuestionRequiredAction.getCredentialType, as per mposolda's comment: #553 (comment)

Tested it locally with keycloak 26.0.6 and it works fine.
Please let me know if I messed anything up with the squash in terms of history/blame.

Signed-off-by: stianst <[email protected]>

Add Secret Question authenticator back

To do that, implemented `getCredentialType` for `SecretQuestionRequiredAction`

Closes keycloak#553
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.

Where is the old authenticator example?
2 participants