mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(oauth): default team for user on oauth settings
This commit is contained in:
parent
4d8133f696
commit
2755527d28
6 changed files with 37 additions and 7 deletions
|
@ -67,6 +67,7 @@ type (
|
|||
UserIdentifier string `json:"UserIdentifier"`
|
||||
Scopes string `json:"Scopes"`
|
||||
OAuthAutoCreateUsers bool `json:"OAuthAutoCreateUsers"`
|
||||
DefaultTeamID TeamID `json:"DefaultTeamID"`
|
||||
}
|
||||
|
||||
// TLSConfiguration represents a TLS configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue