mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
[management,client] Add support to configurable prompt login (#3660)
This commit is contained in:
@@ -154,6 +154,8 @@ type ProviderConfig struct {
|
||||
UseIDToken bool
|
||||
// RedirectURL handles authorization code from IDP manager
|
||||
RedirectURLs []string
|
||||
// DisablePromptLogin makes the PKCE flow to not prompt the user for login
|
||||
DisablePromptLogin bool
|
||||
}
|
||||
|
||||
// StoreConfig contains Store configuration
|
||||
|
||||
Reference in New Issue
Block a user