Is there any way to set an authorizationEndpoint on a call to login()? #174
danjenkins
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @danjenkins |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to have different authorizationEndpoint settings for different providers, from what I can see in the code, authorizationEndpoint is always retrieved from the config that was set on the Provider.
Needing to change the config on the provider depending on which button ic clicked/pressed seems counter intuitive... Looks like you can pass in additionalParams on calling login() but the authorizationEndpoint is always retrieved from config.
Am I right in what I'm reading in the code?
Beta Was this translation helpful? Give feedback.
All reactions