GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ELBv2::AuthenticateOidcActionConfig(3) User Contributed Perl Documentation Paws::ELBv2::AuthenticateOidcActionConfig(3)

Paws::ELBv2::AuthenticateOidcActionConfig

This 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

Request parameters when using an identity provider (IdP) that is compliant with OpenID Connect (OIDC) to authenticate users.

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

REQUIRED AuthorizationEndpoint => Str

The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

REQUIRED ClientId => Str

The OAuth 2.0 client identifier.

The 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 => Str

The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

The behavior if the user is not authenticated. The following are possible values:

  • deny" - Return an HTTP 401 Unauthorized error."
  • allow" - Allow the request to be forwarded to the target."
  • authenticate" - Redirect the request to the IdP authorization endpoint. This is the default value."

The 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.

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

REQUIRED TokenEndpoint => Str

The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

Indicates 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 => Str

The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

This class forms part of Paws, describing an object used in Paws::ELBv2

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.