context.ProtocolMessage.Prompt is not working on Microsoft.AspNetCore.Authentication.OpenIdConnect #61820
Labels
area-security
feature-oidc
investigate
Needs: Attention 👋
This issue needs the attention of a contributor, typically because the OP has provided an update.
Milestone
Is there an existing issue for this?
Describe the bug
I have a ASP.NET 9 BFF that connects to Keycloak for Auth.
On my BFF I have a /bff/register endpoint like this:
and on my OpenIdConnect setup:
With this setup the registration page of Keycloak is shown when using "Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.15"
But when I migrated to version 9, it seems the prompt parameter is not being passed properly because the Login UI is displayed instead of the User Registration UI
Expected Behavior
The prompt should be passed properly to the Auth flow properly
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: