fides
fides copied to clipboard
Add OAuth2 auth workflow to connector configuration page
Is your feature request related to a specific problem?
Connectors using the oauth2_authorization_code authentication strategy require the user to follow an authorization URL and log into the auth provider before the connection can be usable.
Describe the solution you'd like
After saving a connector's secrets, an authorize button should appear for connectors using the oauth2_authorization_code authentication strategy. The URL will be the result of calling /connection/{{fides_key}}/authorize. The connection test should be successful after the user has gone through the authorization workflow.