Class ExtensionSocialIdentityProvider
Social Identity Provider Extension Schema
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionSocialIdentityProvider
Properties
AccessTokenUrl
Declaration
[JsonProperty(PropertyName = "accessTokenUrl")]
public string AccessTokenUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Social IDP Access token URL
|
AccountLinkingEnabled
Declaration
[Required(ErrorMessage = "AccountLinkingEnabled is required.")]
[JsonProperty(PropertyName = "accountLinkingEnabled")]
public bool? AccountLinkingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether account linking is enabled
|
Remarks
Required
AdminScope
Declaration
[JsonProperty(PropertyName = "adminScope")]
public List<string> AdminScope { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Admin scope to request
|
AuthzUrl
Declaration
[JsonProperty(PropertyName = "authzUrl")]
public string AuthzUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Social IDP Authorization URL
|
AutoRedirectEnabled
Declaration
[JsonProperty(PropertyName = "autoRedirectEnabled")]
public bool? AutoRedirectEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
|
ClientCredentialInPayload
Declaration
[JsonProperty(PropertyName = "clientCredentialInPayload")]
public bool? ClientCredentialInPayload { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether the client credential is contained in payload
|
ClockSkewInSeconds
Declaration
[JsonProperty(PropertyName = "clockSkewInSeconds")]
public int? ClockSkewInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | Social IDP allowed clock skew time
|
ConsumerKey
Declaration
[Required(ErrorMessage = "ConsumerKey is required.")]
[JsonProperty(PropertyName = "consumerKey")]
public string ConsumerKey { get; set; }
Property Value
Type | Description |
---|---|
string | Social IDP Client Application Client ID
|
Remarks
Required
ConsumerSecret
Declaration
[Required(ErrorMessage = "ConsumerSecret is required.")]
[JsonProperty(PropertyName = "consumerSecret")]
public string ConsumerSecret { get; set; }
Property Value
Type | Description |
---|---|
string | Social IDP Client Application Client Secret
|
Remarks
Required
DiscoveryUrl
Declaration
[JsonProperty(PropertyName = "discoveryUrl")]
public string DiscoveryUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Discovery URL
|
IdAttribute
Declaration
[JsonProperty(PropertyName = "idAttribute")]
public string IdAttribute { get; set; }
Property Value
Type | Description |
---|---|
string | Id attribute used for account linking
|
JitProvAssignedGroups
Declaration
[JsonProperty(PropertyName = "jitProvAssignedGroups")]
public List<IdentityProviderJitProvAssignedGroups> JitProvAssignedGroups { get; set; }
Property Value
Type | Description |
---|---|
List<IdentityProviderJitProvAssignedGroups> | Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
|
JitProvGroupStaticListEnabled
Declaration
[JsonProperty(PropertyName = "jitProvGroupStaticListEnabled")]
public bool? JitProvGroupStaticListEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
|
ProfileUrl
Declaration
[JsonProperty(PropertyName = "profileUrl")]
public string ProfileUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Social IDP User profile URL
|
RedirectUrl
Declaration
[JsonProperty(PropertyName = "redirectUrl")]
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
string | redirect URL for social idp
|
RegistrationEnabled
Declaration
[Required(ErrorMessage = "RegistrationEnabled is required.")]
[JsonProperty(PropertyName = "registrationEnabled")]
public bool? RegistrationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether registration is enabled
|
Remarks
Required
RelayIdpParamMappings
Declaration
[JsonProperty(PropertyName = "relayIdpParamMappings")]
public List<IdentityProviderRelayIdpParamMappings> RelayIdpParamMappings { get; set; }
Property Value
Type | Description |
---|---|
List<IdentityProviderRelayIdpParamMappings> | Relay Param variable for Social IDP
|
Scope
Declaration
[JsonProperty(PropertyName = "scope")]
public List<string> Scope { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Scope to request
|
ServiceProviderName
Declaration
[Required(ErrorMessage = "ServiceProviderName is required.")]
[JsonProperty(PropertyName = "serviceProviderName")]
public string ServiceProviderName { get; set; }
Property Value
Type | Description |
---|---|
string | Service Provider Name
|
Remarks
Required
SocialJitProvisioningEnabled
Declaration
[JsonProperty(PropertyName = "socialJitProvisioningEnabled")]
public bool? SocialJitProvisioningEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether Social JIT Provisioning is enabled
|
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExtensionSocialIdentityProvider.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
ExtensionSocialIdentityProvider.StatusEnum? | Status
|