Okta SAML (with Dex)
Integration
#21849
Labels
bug
Something isn't working
component:dex
component:docs
component:sso
Issues related to Argo CD configurations
Checklist:
argocd version
.Describe the bug
Howdy!
I just got an issue with Okta
SAML (with Dex)
Integraion.So basically what you need to do to make this work, is add the field
group
on theAttribute Statements (optional)
instead ofGroup Attribute Statements (optional)
.So I tested it with the values
user.email
(which would be horrible to handle in the Argo RBAC config map), I tested it with the valuesargocd-admins
,role:admin
,role:readonly
... all works.It seems that ArgoCD is not getting/using the fields from
Group Attribute Statements (optional)
.Following this ->
SAML (with Dex)
Example(this one works):
![Image](https://private-user-images.githubusercontent.com/5761239/412168455-c76bde3a-3ef4-426c-a760-ac4ff7e4e89b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTgxOTIsIm5iZiI6MTczOTU1Nzg5MiwicGF0aCI6Ii81NzYxMjM5LzQxMjE2ODQ1NS1jNzZiZGUzYS0zZWY0LTQyNmMtYTc2MC1hYzRmZjdlNGU4OWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMTgzMTMyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTVjNmE3YjM0ZWRkMjkyZTEwNTk5YzQ4Y2IzOTQzMjFmMWY2MWVjMWQwMjgwZGI2MGRiOTA5YzNhODgwZGJlYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.jymbUhiph9-V07HYm_e5yQisV25g9Ae1Jvo21CprsBA)
The error I get when adding the field in
Group Attribute Statements (optional)
:Version:
v2.14.2+ad27246
I saw this issue #21235 but seems that its not only doc. related.
The text was updated successfully, but these errors were encountered: