-
Notifications
You must be signed in to change notification settings - Fork 140
Microsoft.AspnetCore.Authentication.Google -> Use demo.duendesoftware.com #721
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
Conversation
options.ClientSecret = builder.Configuration["Authentication:Google:ClientSecret"]; | ||
}); | ||
.AddGoogleOpenIdConnect( | ||
authenticationScheme: GoogleOpenIdConnectDefaults.AuthenticationScheme, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you don't need to set authenticatScheme - just displayName should be enough to change the way the button is rendered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed unfortunately because of their funky method signature.
Co-authored-by: Joe DeCock <[email protected]>
…t step in documentation.
Can you make another pass? Pulled demo.duendesoftware.com up in the docs (but keeping Google as a second example in the quickstart) |
dotnet/aspnetcore#61817