Should deviceflow auth work out of the box if open...
# flyte-support
n
Should deviceflow auth work out of the box if openid auth has already been set up? I tried changing my config like this PR description. https://github.com/flyteorg/flytekit/pull/1552 Running flyte helm v1.5.0 and also flytekit 1.5.0 and the latest flytectl
f
It will Work only if your auth provider supports it
n
how would I know if my auth provider supports it? I was getting
Reason: SYSTEM:Unknown
errors
t
which authorization server are you using?
n
Okta OpenID Connect but no custom OAuth2 server
t
so you are using the selfauthserver?
so you have this line set
n
yes
t
the self auth server doesn’t implement device flow unf.
👍 1
so you won’t be able to, but okta authorization servers do
should be pretty easy to move to those.
153 Views