Class ListenerDefaultActionAuthenticateOidcArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerDefaultActionAuthenticateOidcArgs : ResourceArgs
Constructors
View SourceListenerDefaultActionAuthenticateOidcArgs()
Declaration
public ListenerDefaultActionAuthenticateOidcArgs()
Properties
View SourceAuthenticationRequestExtraParams
The query parameters to include in the redirect request to the authorization endpoint. Max: 10.
Declaration
public InputMap<object> AuthenticationRequestExtraParams { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
AuthorizationEndpoint
The authorization endpoint of the IdP.
Declaration
public Input<string> AuthorizationEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
The OAuth 2.0 client identifier.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The OAuth 2.0 client secret.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Issuer
The OIDC issuer identifier of the IdP.
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OnUnauthenticatedRequest
The behavior if the user is not authenticated. Valid values: deny, allow and authenticate
Declaration
public Input<string> OnUnauthenticatedRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
The set of user claims to be requested from the IdP.
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SessionCookieName
The name of the cookie used to maintain session information.
Declaration
public Input<string> SessionCookieName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SessionTimeout
The maximum duration of the authentication session, in seconds.
Declaration
public Input<int> SessionTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenEndpoint
The token endpoint of the IdP.
Declaration
public Input<string> TokenEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserInfoEndpoint
The user info endpoint of the IdP.
Declaration
public Input<string> UserInfoEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |