![]() |
![]()
| ![]() |
![]()
NAMEPaws::ELBv2::AuthenticateOidcActionConfig USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ELBv2::AuthenticateOidcActionConfig object: $service_obj->Method(Att1 => { AuthenticationRequestExtraParams => $value, ..., UserInfoEndpoint => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::AuthenticateOidcActionConfig object: $result = $service_obj->Method(...); $result->Att1->AuthenticationRequestExtraParams DESCRIPTIONRequest parameters when using an identity provider (IdP) that is compliant with OpenID Connect (OIDC) to authenticate users. ATTRIBUTESAuthenticationRequestExtraParams => Paws::ELBv2::AuthenticateOidcActionAuthenticationRequestExtraParamsThe query parameters (up to 10) to include in the redirect request to the authorization endpoint. REQUIRED AuthorizationEndpoint => StrThe authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path. REQUIRED ClientId => StrThe OAuth 2.0 client identifier. ClientSecret => StrThe OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set "UseExistingClientSecret" to true. REQUIRED Issuer => StrThe OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path. OnUnauthenticatedRequest => StrThe behavior if the user is not authenticated. The following are possible values:
Scope => StrThe set of user claims to be requested from the IdP. The default is "openid". To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP. SessionCookieName => StrThe name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie. SessionTimeout => IntThe maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days). REQUIRED TokenEndpoint => StrThe token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path. UseExistingClientSecret => BoolIndicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false. REQUIRED UserInfoEndpoint => StrThe user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ELBv2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|