Relativity.Identity.V2.Services.IOpenIDConnectProviderManager
Service for managing OpenIdConnect Authentication Providers
Create a new OpenIDConnect Authentication Provider.
Delete an OpenIDConnect authentication provider.
Deletes a specific Group Claim Mapping associated with an OpenIDConnect authentication provider.
Deletes a specific Required Claim associated with an OpenIDConnect authentication provider.
Task<List<RelativityObject>> MassCreateGroupClaimMappingsAsync(int providerID, List<GroupClaimMapping> groupClaimMappings)
Creates the Group Claim Mappings associated with an OpenIDConnect authentication provider.
Task<List<RelativityObject>> MassCreateRequiredClaimsAsync(int providerID, List<RequiredClaim> requiredClaims)
Creates the Required Claims associated with an OpenIDConnect authentication provider.
Reads the Group Claim Mappings associated with an OpenIDConnect authentication provider.
Reads the Required Claims associated with an OpenIDConnect authentication provider for JIT User provisioning.
Read an OpenIDConnect Authentication Provider by ID.
Reads a specific Group Claim Mapping associated with an OpenIDConnect authentication provider.
Reads a specific Required Claims associated with an OpenIDConnect authentication provider.
Save an OpenIDConnect authentication provider.
Updates a specific Group Claim Mapping associated with an OpenIDConnect authentication provider.
Updates a specific Required Claim associated with an OpenIDConnect authentication provider.