-
|
Hi. url: "https://localhost:8080" And here is the configuration of JumpCloud custom SAML app : So, after these all, I installed argocd chart with custom values.yaml file, it ran perfectly, BUT, when I clicked Login via JUMPCLOUD, At first it asked me my jumpcloud username-password, I entered, after that it again redirected me to login page. I want to understand, does this all mess happens because ArgoCD doesn't support JumpCloud or it is my fault? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
We support SAML through the use of https://dexidp.io/. So the answer to your question is really if dex can support it. Based on a basic search in their git repo, it does appear others are using it. https://github.com/dexidp/dex/search?q=jumpcloud&type=issues |
Beta Was this translation helpful? Give feedback.
-
|
FWIW, here's a JumpCloud config that worked for me: logger:
level: debug
connectors:
- type: saml
id: jumpcloud
name: JumpCloud
config:
ssoURL: https://sso.jumpcloud.com/saml2/argocd
caData: |
<your base64 encoded certificate data>
usernameAttr: username
emailAttr: email
groupsAttr: memberOfOn the JumpCloud side, I set the following fields on the SSO tab of my app:
Note that JumpCloud doesn't seem to send any attributes by default, which will probably result in
I also enabled "include group attribute" under "GROUP ATTRIBUTES" with a value of Next I had to kill my |
Beta Was this translation helpful? Give feedback.
We support SAML through the use of https://dexidp.io/. So the answer to your question is really if dex can support it. Based on a basic search in their git repo, it does appear others are using it.
https://github.com/dexidp/dex/search?q=jumpcloud&type=issues