Should deviceflow auth work out of the box if open...
# ask-the-community
l
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
k
It will Work only if your auth provider supports it
l
how would I know if my auth provider supports it? I was getting
Reason: SYSTEM:Unknown
errors
y
which authorization server are you using?
l
Okta OpenID Connect but no custom OAuth2 server
y
so you are using the selfauthserver?
so you have this line set
l
yes
y
the self auth server doesn’t implement device flow unf.
so you won’t be able to, but okta authorization servers do
should be pretty easy to move to those.
153 Views