interface CfnIdentityProviderProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesweb.CfnIdentityProviderProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#CfnIdentityProviderProps |
![]() | software.amazon.awscdk.services.workspacesweb.CfnIdentityProviderProps |
![]() | aws_cdk.aws_workspacesweb.CfnIdentityProviderProps |
![]() | aws-cdk-lib » aws_workspacesweb » CfnIdentityProviderProps |
Properties for defining a CfnIdentityProvider
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesweb as workspacesweb } from 'aws-cdk-lib';
const cfnIdentityProviderProps: workspacesweb.CfnIdentityProviderProps = {
identityProviderDetails: {
identityProviderDetailsKey: 'identityProviderDetails',
},
identityProviderName: 'identityProviderName',
identityProviderType: 'identityProviderType',
// the properties below are optional
portalArn: 'portalArn',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
identity | { [string]: string } | IResolvable | The identity provider details. The following list describes the provider detail keys for each identity provider type. |
identity | string | The identity provider name. |
identity | string | The identity provider type. |
portal | string | The ARN of the identity provider. |
tags? | Cfn [] |
identityProviderDetails
Type:
{ [string]: string } |
IResolvable
The identity provider details. The following list describes the provider detail keys for each identity provider type.
For Google and Login with Amazon:
client_id
client_secret
authorize_scopes
For Facebook:
client_id
client_secret
authorize_scopes
api_version
For Sign in with Apple:
client_id
team_id
key_id
private_key
authorize_scopes
For OIDC providers:
client_id
client_secret
attributes_request_method
oidc_issuer
authorize_scopes
authorize_url
if not available from discovery URL specified by oidc_issuer keytoken_url
if not available from discovery URL specified by oidc_issuer keyattributes_url
if not available from discovery URL specified by oidc_issuer keyjwks_uri
if not available from discovery URL specified by oidc_issuer keyFor SAML providers:
MetadataFile
ORMetadataURL
IDPSignout
(boolean) optionalIDPInit
(boolean) optionalRequestSigningAlgorithm
(string) optional - Only acceptsrsa-sha256
EncryptedResponses
(boolean) optional
identityProviderName
Type:
string
The identity provider name.
identityProviderType
Type:
string
The identity provider type.
portalArn?
Type:
string
(optional)
The ARN of the identity provider.
tags?
Type:
Cfn
[]
(optional)