mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Pass role ARN for OIDC providers to console (#15862)
This commit is contained in:
committed by
GitHub
parent
328d660106
commit
85fc7cea97
@@ -236,6 +236,7 @@ func buildOpenIDConsoleConfig() consoleoauth2.OpenIDPCfg {
|
||||
Userinfo: cfg.ClaimUserinfo,
|
||||
RedirectCallbackDynamic: cfg.RedirectURIDynamic,
|
||||
RedirectCallback: callback,
|
||||
RoleArn: cfg.GetRoleArn(),
|
||||
}
|
||||
}
|
||||
return m
|
||||
|
||||
Reference in New Issue
Block a user