Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 858 Bytes

File metadata and controls

16 lines (11 loc) · 858 Bytes

AwsOidcAuthentication

OpenID Connect (OIDC) is an open authentication protocol that allows you to authenticate to external system resources without the use of static credentials.

Properties

Name Type Required Description
audience str Yes The configured audience that identifies the external system.
issuer_url str Yes The URL that identifies Foundry as an OIDC identity provider.
subject ConnectionRid Yes The RID of the Connection that is connecting to the external system.
type Literal["oidc"] Yes None

[Back to Model list] [Back to API list] [Back to README]