mirror of
https://github.com/minio/minio.git
synced 2025-11-24 03:27:44 -05:00
add support for customizing redirect_uri for IDP (#12607)
This commit is contained in:
@@ -50,6 +50,12 @@ var (
|
||||
Optional: true,
|
||||
Type: "string",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: RedirectURI,
|
||||
Description: `Configure custom redirect_uri for OpenID login flow callback`,
|
||||
Optional: true,
|
||||
Type: "string",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: Scopes,
|
||||
Description: `Comma separated list of OpenID scopes for server, defaults to advertised scopes from discovery document e.g. "email,admin"`,
|
||||
|
||||
Reference in New Issue
Block a user