Changed IDP login support in console (#2695)
- Allowed to use External IDP + Built-in IDP at the same time - Added IDP type to IDP listing - Added IDP name when no display name is configured - Changed STS login link into new menu - Cleanup of Operator login strategies Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -39,6 +39,9 @@ type RedirectRule struct {
|
||||
|
||||
// redirect
|
||||
Redirect string `json:"redirect,omitempty"`
|
||||
|
||||
// service type
|
||||
ServiceType string `json:"serviceType,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates this redirect rule
|
||||
|
||||
Reference in New Issue
Block a user