fix(minio): add BROWSER_REDIRECT_URL to enable SSO button in Console
- Add MINIO_BROWSER_REDIRECT_URL pointing to public URL - Add MINIO_BROWSER_LOGIN_ANIMATION=off - Enables Console to show OIDC/Authentik SSO button on login page
This commit is contained in:
@@ -121,3 +121,7 @@ spec:
|
||||
value: "Authentik"
|
||||
- name: MINIO_IDENTITY_OPENID_SCOPES
|
||||
value: "openid,profile,email,groups"
|
||||
- name: MINIO_BROWSER_LOGIN_ANIMATION
|
||||
value: "off"
|
||||
- name: MINIO_BROWSER_REDIRECT_URL
|
||||
value: "https://minio.riotpiao.com"
|
||||
|
||||
Reference in New Issue
Block a user