SSO login Using REST API and Bearer Token from OKTA #5998
Unanswered
seanwalker909
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I've configured my argocd server to use OKTA for OIDC without dex: https://argoproj.github.io/argo-cd/operator-manual/user-management/okta/#oidc-without-dex
Is it possible to log into my ArgoCD server via the rest API using my OKTA. The only thing i've found is https://argoproj.github.io/argo-cd/developer-guide/api-docs/#authorization and i think that this is for logging into a Argo User/Account
Some context: I'm trying to programmatically log into argocd using sso with a bearer token that I'll all ready have gotten from okta.
Beta Was this translation helpful? Give feedback.
All reactions