Skip to content
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

oauth2 authorization code callback url issue #6

Open
neeraj-ec opened this issue Sep 16, 2024 · 0 comments
Open

oauth2 authorization code callback url issue #6

neeraj-ec opened this issue Sep 16, 2024 · 0 comments

Comments

@neeraj-ec
Copy link

While setting up oauth2.0 with grant type Authorization code, there is no setting for configuring callback url. I think app automatically picks the callback url tauri://localhost/oauth.

Due to this we may need to modify allowed callback urls with our auth provider. I think there should be a configuration on UI to mention callback url like http://localhost:3000 which can be used while making request to auth provider. Regardless of whatever the url mentioned by user, app will intercept the request and extract authorization code. Similar to Insomnia.

This way we can use any localhost url already present in the allowed list of auth provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant