mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
This commit is contained in:
parent
95f9e94bea
commit
26c05e5436
5 changed files with 108 additions and 5 deletions
|
@ -48,3 +48,13 @@ func GetUser(ctx context.Context, client databroker.DataBrokerServiceClient, use
|
|||
}
|
||||
return &u, nil
|
||||
}
|
||||
|
||||
// Options are directory provider options.
|
||||
type Options struct {
|
||||
ServiceAccount string
|
||||
Provider string
|
||||
ProviderURL string
|
||||
ClientID string
|
||||
ClientSecret string
|
||||
QPS float64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue