ContainerAppAzureActiveDirectoryRegistrationConfiguration Class

Definition

The configuration settings of the Azure Active Directory app registration.

public class ContainerAppAzureActiveDirectoryRegistrationConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryRegistrationConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureActiveDirectoryRegistrationConfiguration>
type ContainerAppAzureActiveDirectoryRegistrationConfiguration = class
    interface IJsonModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>
    interface IPersistableModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>
Public Class ContainerAppAzureActiveDirectoryRegistrationConfiguration
Implements IJsonModel(Of ContainerAppAzureActiveDirectoryRegistrationConfiguration), IPersistableModel(Of ContainerAppAzureActiveDirectoryRegistrationConfiguration)
Inheritance
ContainerAppAzureActiveDirectoryRegistrationConfiguration
Implements

Constructors

ContainerAppAzureActiveDirectoryRegistrationConfiguration()

Initializes a new instance of ContainerAppAzureActiveDirectoryRegistrationConfiguration.

Properties

ClientId

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

ClientSecretCertificateIssuer

An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as a replacement for the Client Secret Certificate Thumbprint. It is also optional.

ClientSecretCertificateSubjectAlternativeName

An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as a replacement for the Client Secret Certificate Thumbprint. It is also optional.

ClientSecretCertificateThumbprint

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

ClientSecretSettingName

The app setting name that contains the client secret of the relying party application.

OpenIdIssuer

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAppAzureActiveDirectoryRegistrationConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to