mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
initial ssh proxy demo
This commit is contained in:
commit
165e4f2ed9
43 changed files with 3328 additions and 1348 deletions
|
@ -29,13 +29,14 @@ func defaultGetIdentityProvider(ctx context.Context, tracerProvider oteltrace.Tr
|
|||
}
|
||||
|
||||
o := oauth.Options{
|
||||
RedirectURL: redirectURL,
|
||||
ProviderName: idp.GetType(),
|
||||
ProviderURL: idp.GetUrl(),
|
||||
ClientID: idp.GetClientId(),
|
||||
ClientSecret: idp.GetClientSecret(),
|
||||
Scopes: idp.GetScopes(),
|
||||
AuthCodeOptions: idp.GetRequestParams(),
|
||||
RedirectURL: redirectURL,
|
||||
ProviderName: idp.GetType(),
|
||||
ProviderURL: idp.GetUrl(),
|
||||
ClientID: idp.GetClientId(),
|
||||
ClientSecret: idp.GetClientSecret(),
|
||||
Scopes: idp.GetScopes(),
|
||||
AuthCodeOptions: idp.GetRequestParams(),
|
||||
DeviceAuthClientType: idp.GetDeviceAuthClientType(),
|
||||
}
|
||||
if v := idp.GetAccessTokenAllowedAudiences(); v != nil {
|
||||
o.AccessTokenAllowedAudiences = &v.Values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue