Back to groups

This commit is contained in:
dvirlabs 2025-06-03 13:22:37 +03:00
parent 11ab85168d
commit 46fbb1e8e2

View File

@ -35,7 +35,7 @@ auth:
clientId: minio clientId: minio
clientSecret: "xODiTgMmbW9ijiC4bMcRzaf2BXdKqH3P" clientSecret: "xODiTgMmbW9ijiC4bMcRzaf2BXdKqH3P"
redirectUri: https://minio.dvirlabs.com/oauth_callback redirectUri: https://minio.dvirlabs.com/oauth_callback
claimName: policy claimName: groups
scopes: openid,email,profile scopes: openid,email,profile
displayName: MinIO-OIDC displayName: MinIO-OIDC
userClaim: "" userClaim: ""
@ -50,7 +50,7 @@ extraEnvVars:
- name: MINIO_IDENTITY_OPENID_REDIRECT_URI - name: MINIO_IDENTITY_OPENID_REDIRECT_URI
value: https://minio.dvirlabs.com/oauth_callback value: https://minio.dvirlabs.com/oauth_callback
- name: MINIO_IDENTITY_OPENID_CLAIM_NAME - name: MINIO_IDENTITY_OPENID_CLAIM_NAME
value: policy value: groups
- name: MINIO_IDENTITY_OPENID_SCOPES - name: MINIO_IDENTITY_OPENID_SCOPES
value: openid,email,profile value: openid,email,profile
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME - name: MINIO_IDENTITY_OPENID_DISPLAY_NAME