Show / Hide Table of Contents

Class ExtensionSocialIdentityProvider

Social Identity Provider Extension Schema

Inheritance
object
ExtensionSocialIdentityProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: boolean
  • uniqueness: none
Remarks

Required

AdminScope

Declaration
[JsonProperty(PropertyName = "adminScope")]
public List<string> AdminScope { get; set; }
Property Value
Type Description
List<string>

Admin scope to request
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

AuthzUrl

Declaration
[JsonProperty(PropertyName = "authzUrl")]
public string AuthzUrl { get; set; }
Property Value
Type Description
string

Social IDP Authorization URL
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 2310202314
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

ClientCredentialInPayload

Declaration
[JsonProperty(PropertyName = "clientCredentialInPayload")]
public bool? ClientCredentialInPayload { get; set; }
Property Value
Type Description
bool?

Whether the client credential is contained in payload
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

ClockSkewInSeconds

Declaration
[JsonProperty(PropertyName = "clockSkewInSeconds")]
public int? ClockSkewInSeconds { get; set; }
Property Value
Type Description
int?

Social IDP allowed clock skew time
Added In: 20.1.3
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none

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
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
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
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • idcsSensitive: encrypt
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

DiscoveryUrl

Declaration
[JsonProperty(PropertyName = "discoveryUrl")]
public string DiscoveryUrl { get; set; }
Property Value
Type Description
string

Discovery URL
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

IdAttribute

Declaration
[JsonProperty(PropertyName = "idAttribute")]
public string IdAttribute { get; set; }
Property Value
Type Description
string

Id attribute used for account linking
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 2310202314
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

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
Added In: 2310202314
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

ProfileUrl

Declaration
[JsonProperty(PropertyName = "profileUrl")]
public string ProfileUrl { get; set; }
Property Value
Type Description
string

Social IDP User profile URL
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

RedirectUrl

Declaration
[JsonProperty(PropertyName = "redirectUrl")]
public string RedirectUrl { get; set; }
Property Value
Type Description
string

redirect URL for social idp
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

RegistrationEnabled

Declaration
[Required(ErrorMessage = "RegistrationEnabled is required.")]
[JsonProperty(PropertyName = "registrationEnabled")]
public bool? RegistrationEnabled { get; set; }
Property Value
Type Description
bool?

Whether registration is enabled
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: boolean
  • uniqueness: none
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
Added In: 2305190132
SCIM++ Properties:

  • idcsCompositeKey: [relayParamKey]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

Scope

Declaration
[JsonProperty(PropertyName = "scope")]
public List<string> Scope { get; set; }
Property Value
Type Description
List<string>

Scope to request
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

ServiceProviderName

Declaration
[Required(ErrorMessage = "ServiceProviderName is required.")]
[JsonProperty(PropertyName = "serviceProviderName")]
public string ServiceProviderName { get; set; }
Property Value
Type Description
string

Service Provider Name
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

SocialJitProvisioningEnabled

Declaration
[JsonProperty(PropertyName = "socialJitProvisioningEnabled")]
public bool? SocialJitProvisioningEnabled { get; set; }
Property Value
Type Description
bool?

Whether Social JIT Provisioning is enabled
Added In: 2307282043
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExtensionSocialIdentityProvider.StatusEnum? Status { get; set; }
Property Value
Type Description
ExtensionSocialIdentityProvider.StatusEnum?

Status
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
In this article
Back to top