Class: Aws::BedrockAgentCoreControl::Types::CustomJWTAuthorizerConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Configuration for inbound JWT-based authorization, specifying how incoming requests should be authenticated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_audienceArray<String>

Represents individual audience values that are validated in the incoming JWT token validation process.

Returns:

  • (Array<String>)


2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2587

class CustomJWTAuthorizerConfiguration < Struct.new(
  :discovery_url,
  :allowed_audience,
  :allowed_clients,
  :allowed_scopes,
  :custom_claims)
  SENSITIVE = []
  include Aws::Structure
end

#allowed_clientsArray<String>

Represents individual client IDs that are validated in the incoming JWT token validation process.

Returns:

  • (Array<String>)


2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2587

class CustomJWTAuthorizerConfiguration < Struct.new(
  :discovery_url,
  :allowed_audience,
  :allowed_clients,
  :allowed_scopes,
  :custom_claims)
  SENSITIVE = []
  include Aws::Structure
end

#allowed_scopesArray<String>

An array of scopes that are allowed to access the token.

Returns:

  • (Array<String>)


2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2587

class CustomJWTAuthorizerConfiguration < Struct.new(
  :discovery_url,
  :allowed_audience,
  :allowed_clients,
  :allowed_scopes,
  :custom_claims)
  SENSITIVE = []
  include Aws::Structure
end

#custom_claimsArray<Types::CustomClaimValidationType>

An array of objects that define a custom claim validation name, value, and operation



2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2587

class CustomJWTAuthorizerConfiguration < Struct.new(
  :discovery_url,
  :allowed_audience,
  :allowed_clients,
  :allowed_scopes,
  :custom_claims)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_urlString

This URL is used to fetch OpenID Connect configuration or authorization server metadata for validating incoming tokens.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2587

class CustomJWTAuthorizerConfiguration < Struct.new(
  :discovery_url,
  :allowed_audience,
  :allowed_clients,
  :allowed_scopes,
  :custom_claims)
  SENSITIVE = []
  include Aws::Structure
end