hey all, im trying to get flyte working with okta ...
# flyte-v1-support
h
hey all, im trying to get flyte working with okta for user + machine to machine auth. has anyone been able to make okta work with the Client Credential (
ClientSecret
) auth type? does anyone know if it will work without custom auth servers on our plan? been struggling with this for a few weeks to no avail
c
We use Okta for user + machine auth. For users we use the
DeviceFlow
and for machine we use client credentials. I don't think we've tried loading in client credentials through config tho.
We do use a custom auth server but I believe that is mainly so we can plumb custom claims into the tokens for users.
What issues are you having?
h
sorry I just saw this, I was trying to get m2m auth working without custom auth servers
I ended up using the flytepropeller credentials but i dont love this solution