IIdentityProviders Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersTypeConverter))]
public interface IIdentityProviders : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IdentityProvidersTypeConverter))>]
type IIdentityProviders = interface
interface IJsonSerializable
Public Interface IIdentityProviders
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |