How to make /connect/:provider resolve to the signup URL instead of the login URL
See original GitHub issueIām using grant to connect Auth0 to an app, but I just noticed that connect/auth0
always resolves to a .auth0.com/u/login
. Is there a way to instruct grant to redirect to auth0.com/u/signup
?
I honestly didnāt know where else to ask this, so please let me know if thereās a better place to ask this question. Thanks in advance.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Configure an OpenID Connect provider for portals with Azure AD
In this step, you create the application and configure the settings with your identity provider. Create application. Note. The Reply URL is usedĀ ......
Read more >Provider Connection help - Blue Shield of California
Find help in creating a Provider Connection account, viewing authorization status, working with claims, receiving messages, and more. Eligibility and benefits.
Read more >OpenID Connect (OIDC) authorization code flow mechanism
The Authorization Code Flow mechanism authenticates users of your web application by redirecting them to an OIDC provider, such as Keycloak, to log...
Read more >After login site is not going to right URL - Stack Overflow
In your settings file, add the following: LOGIN_REDIRECT_URL = 'homepage'. This will redirect the user to the homepage after successfulĀ ...
Read more >Server Administration Guide - Keycloak
Using the Admin Consoleāā Go to the URL for the Admin Console. Enter the username and password you created on the Welcome Page...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@simov Thank you very much!!! I was able to finally fix this and get the outcome I wanted. I appreciate the responsiveness and the tremendous work with Grant!! š
Closing the issue now.
In Grant Iām using the qs module for that:
In case you need to generate the querystring inside the browser then you have to either browserify the
qs
module or find a replacement.