billions-midnight-10687
12/06/2023, 10:08 PMbillions-midnight-10687
12/07/2023, 10:34 AMbillions-midnight-10687
12/07/2023, 10:34 AMbillions-midnight-10687
12/07/2023, 10:35 AMbillions-midnight-10687
12/07/2023, 10:37 AMtall-lock-23197
high-park-82026
that userAuth section configures the OIDC provider which issues the id_token, while the appAuth section is for OAuth2 provider that issues the access_token and refresh_tokenYou got this right! You can't enable appAuth but not userAuth.
I believe in the built-in server we can’t have the same client be configured to use both authorization_code and client credentials flowAlso correct. Is there a reason you don't want to use Okta for both app and user auth?
billions-midnight-10687
12/11/2023, 2:45 PMaverage-finland-92144
12/11/2023, 3:12 PMbillions-midnight-10687
12/11/2023, 5:14 PMbillions-midnight-10687
12/11/2023, 5:14 PMall
scope and it needs i think the offline_access scopebillions-midnight-10687
12/11/2023, 5:15 PMbillions-midnight-10687
12/11/2023, 5:15 PMbillions-midnight-10687
12/11/2023, 5:15 PMbillions-midnight-10687
12/11/2023, 5:16 PMbillions-midnight-10687
12/11/2023, 5:16 PMaverage-finland-92144
12/11/2023, 6:11 PMopenid
, email
, offline_access
, profile
This is in your $HOME/.flyte/configm.yaml
admin:
endpoint: <your-flyte-URL>
...
scopes:
- myscopes
I haven't tried this, so not entirely sure what'd be the resultbillions-midnight-10687
12/13/2023, 3:27 PMbillions-midnight-10687
12/13/2023, 3:27 PMbillions-midnight-10687
12/13/2023, 3:27 PMbillions-midnight-10687
12/13/2023, 3:27 PMall
scope) i need to use the selfAuthServerbillions-midnight-10687
12/18/2023, 3:05 PMaverage-finland-92144
12/18/2023, 11:55 PMso if my IdP does not support custom scopes (to provide thethis is my understanding too. Once I have better details I'll add them herescope) i need to use the selfAuthServer (edited)all
billions-midnight-10687
01/02/2024, 9:59 AMbillions-midnight-10687
01/02/2024, 9:59 AMaverage-finland-92144
01/02/2024, 3:52 PMall
scope is hardcoded in a couple of places but it should be straightforward to make it configurable or override-able