-
Notifications
You must be signed in to change notification settings - Fork 6
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
Registration flow executions not found #567
Comments
Hi @dglozano. Thanks for raising an issue.
What do you mean "this is not allowed"? The documentation for
Are you sure that |
Keep in mind that is no a "normal" authenticator provider (returned in
And it gets added by making
I think you can disregard this comment ⬇
I got confused because the library calls it |
hi @dglozano - we're sorry you're encountering this bug. It does appear as though this is an upstream issue: keycloak/terraform-provider-keycloak#896 and we will pull in any fixes as soon as they become available there. |
Describe what happened
I am trying to recreate the default registration flow.
However, when trying to create the
registration-user-creation
execution step it fails saying that's not a valid name authenticator.I think it might be because in the API it expects these registration executions to be added using
providerId
instead of authenticator name.However, this is not allowed in the current version of the library.
Sample program
Log output
Affected Resource(s)
No response
Output of
pulumi about
CLI
Version 3.118.0
Go Version go1.22.3
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.49.1
resource keycloak 5.3.3
language nodejs unknown
resource random 4.14.0
Host
OS darwin
Version 14.6.1
Arch arm64
This project is written in nodejs: executable='/Users/dglozano/.nvm/versions/node/v21.4.0/bin/node' version='v21.4.0'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: