Ankit Goyal
01/18/2023, 7:20 PMThe 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls
I wonder if someone else hit this issue? (note: I already verified that the redirect URI is registered in the Azure app)Yee
Ankit Goyal
01/18/2023, 8:30 PMYee
Ankit Goyal
01/18/2023, 8:31 PMthirdPartyConfig:
flyteClient:
clientId: flytectl
redirectUri: <https://localhost:53593/callback>
scopes:
- offline
- all
Looks like I need another block for authServer to tell it about the redirect URI?Yee
Ankit Goyal
01/18/2023, 8:32 PMYee