IdentityProviders Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersTypeConverter))]
public class IdentityProviders : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIdentityProviders
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersTypeConverter))>]
type IdentityProviders = class
interface IIdentityProviders
interface IJsonSerializable
Public Class IdentityProviders
Implements IIdentityProviders
- Inheritance
-
IdentityProviders
- Attributes
- Implements
Constructors
IdentityProviders() |
Creates an new IdentityProviders instance. |
Properties
AllowedPrincipalGroup |
The list of the allowed groups. |
AllowedPrincipalIdentity |
The list of the allowed identities. |
AppleEnabled |
|
AppleLoginScope |
A list of the scopes that should be requested while authenticating. |
AppleRegistrationClientId |
The Client ID of the app used for login. |
AppleRegistrationClientSecretSettingName |
The app setting name that contains the client secret. |
AzureActiveDirectoryEnabled |
|
AzureActiveDirectoryIsAutoProvisioned |
Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property. |
AzureActiveDirectoryRegistrationClientId |
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 |
AzureActiveDirectoryRegistrationClientSecretSettingName |
The app setting name that contains the client secret of the relying party application. |
AzureActiveDirectoryValidationAllowedAudience |
The list of audiences that can make successful authentication/authorization requests. |
AzureStaticWebAppEnabled |
|
AzureStaticWebAppsRegistrationClientId |
The Client ID of the app used for login. |
CustomOpenIdConnectProvider |
The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider. |
DefaultAuthorizationPolicyAllowedApplication |
The configuration settings of the Azure Active Directory allowed applications. |
FacebookEnabled |
|
FacebookGraphApiVersion |
The version of the Facebook api to be used while logging in. |
FacebookLoginScope |
A list of the scopes that should be requested while authenticating. |
GitHubEnabled |
|
GitHubLoginScope |
A list of the scopes that should be requested while authenticating. |
GitHubRegistrationClientId |
The Client ID of the app used for login. |
GitHubRegistrationClientSecretSettingName |
The app setting name that contains the client secret. |
GoogleEnabled |
|
GoogleLoginScope |
A list of the scopes that should be requested while authenticating. |
GoogleRegistrationClientId |
The Client ID of the app used for login. |
GoogleRegistrationClientSecretSettingName |
The app setting name that contains the client secret. |
GoogleValidationAllowedAudience |
The configuration settings of the allowed list of audiences from which to validate the JWT token. |
JwtClaimCheckAllowedClientApplication |
The list of the allowed client applications. |
JwtClaimCheckAllowedGroup |
The list of the allowed groups. |
LoginDisableWwwAuthenticate |
|
LoginParameter |
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value". |
RegistrationAppId |
The App ID of the app used for login. |
RegistrationAppSecretSettingName |
The app setting name that contains the app secret. |
RegistrationClientSecretCertificateIssuer |
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. |
RegistrationClientSecretCertificateSubjectAlternativeName |
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. |
RegistrationClientSecretCertificateThumbprint |
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. |
RegistrationConsumerKey |
The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in |
RegistrationConsumerSecretSettingName |
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. |
RegistrationOpenIdIssuer |
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 |
TwitterEnabled |
|
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IdentityProviders. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IdentityProviders. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIdentityProviders. |
FromJsonString(String) |
Creates a new instance of IdentityProviders, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IdentityProviders into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |