Skip to content

oauth2 authorization code callback url issue #6

Open
@neeraj-ec

Description

@neeraj-ec

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions