-
Notifications
You must be signed in to change notification settings - Fork 324
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
Adding resource_authentication_bindings #668
Adding resource_authentication_bindings #668
Conversation
…entication flows to a realm created in the same run
Hey @camjjack, thanks for this PR. I ended up pushing a fix that's related to some changes I made earlier this week, so this should be in a mergable state now. I was testing this locally and it looks like this resource is unfortunately fighting with some of the attributes within the I can continue to mess with this when I have some free time to find a solution. I think we'll have to update the |
… fight with the realm resource
Any update on this? It looks like the fix with the string pointers has been applied. I would also be open to jump in if something still needs some work |
Unfortunately, it isn't quite done yet. I had a bit of time last month to push a few commits but I've been swamped lately and haven't had time since to revisit this. When I left it, there was still some issues with the expected behavior for removing authentication flow assignment via this resource or the |
Enable setting custom authentication flows to a realm created in the same run.
Closes #298
Credit to bruno-delfino1995 code referenced #298 (comment)