{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-apis/platform/iam/sidebars.yaml","oas-apis/platform/iam/openapi/iam-openapi.json":"oas-apis/platform/iam/openapi/iam-openapi.json"},"props":{"metadata":{"markdoc":{"tagList":["openapi-code-sample"]},"type":"markdown"},"seo":{"title":"Single Sign-On (SSO)","keywords":"documentation, api, portal, banking, payment, account information, aritma, psd2, open banking, reconciliation","description":"Developer documentation for Aritma's banking and financial APIs - payments, account information, webhooks, authentication and integrations.","meta":[{"name":"google-site-verification","content":"hplqlK_5O42BZjNnjtVQMEpxv9JkxcD1eH4J1T-NQmI"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":["openapi"],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"single-sign-on-sso","__idx":0},"children":["Single Sign-On (SSO)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Aritma IAM supports configuring external identity providers (IdPs) so your users can log in using their existing corporate credentials. Notably we generally support all OIDC SSO providers through \"Custom\" providers, other SSO mechanisms like SAML are not supported. Additionally we provide templates for more common providers like AzureAd and Signicat."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"supported-provider-types","__idx":1},"children":["Supported provider types"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Custom (Oidc)"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Any OpenID Connect-compliant identity provider"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AzureAd"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Microsoft Entra ID (Azure Active Directory)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Google"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Google OAuth"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Signicat"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Signicat OAuth"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-sso-works","__idx":2},"children":["How SSO works"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You register an identity provider in Aritma IAM with a unique ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["scheme name"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The provider appears as a login option on the Aritma ID login page"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["When a user logs in via the SSO provider, Aritma ID authenticates them through the external IdP"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Optionally, users can be ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["auto-provisioned"]}," - a new Aritma subject is created the first time they log in"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"configuration","__idx":3},"children":["Configuration"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each provider type requires a different set of properties. The full JSON schema for each provider type is documented in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/platform/iam/openapi/iam-openapi#tag/SSO"},"children":["API Reference"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"common-provider-properties","__idx":4},"children":["Common provider properties"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All provider types share these base configuration fields:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["scheme"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A unique identifier for this provider (used in login URLs)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["displayName"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The name shown on the login button"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["clientId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OAuth 2.0 client ID registered with the identity provider"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["clientSecret"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OAuth 2.0 client secret. Leave ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}," for public clients using PKCE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loginEnabled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether users can log in using this provider"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["visible"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether this provider appears as a button on the login page"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["autoProvisioningEnabled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},", users are automatically created in Aritma on first login"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delegationEnabled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},", tokens from this IdP can be used to call Aritma APIs directly"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"azure-ad--microsoft-entra-id","__idx":5},"children":["Azure AD / Microsoft Entra ID"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Register an app in your ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://portal.azure.com"},"children":["Azure portal"]}," and obtain a client ID and secret. Then create the provider:"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"AzureCreateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Your Azure AD tenant endpoint, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://login.microsoftonline.com/{tenant-id}/v2.0"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"openid-connect-custom","__idx":6},"children":["OpenID Connect (Custom)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use this for any OIDC-compliant identity provider not covered by the templates above."]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"CreateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authority"]}," must point to an OpenID Connect server. Aritma automatically fetches the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".well-known/openid-configuration"]}," from this URL."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OIDC authority URL of the provider"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["scope"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OAuth 2.0 scopes to request (space-separated), e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["openid profile email"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["responseType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OAuth 2.0 response type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["code"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id_token"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["token"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["none"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["usePkce"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether to use PKCE for the authorization code flow"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["getClaimsFromUserInfoEndpoint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},", fetches additional claims from the userinfo endpoint after authentication"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nameClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's name, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["emailClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's email, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phoneNumberClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's phone number, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phone"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subjectClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used as the subject identifier, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sub"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["verifyEnabled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether this provider can be used to verify the user at a higher assurance level"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"google","__idx":7},"children":["Google"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"GoogleCreateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Google authority URL — typically ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://accounts.google.com"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["scope"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The OAuth 2.0 scopes to request, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["openid profile email"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["usePkce"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether to use PKCE for the authorization code flow"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nameClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["emailClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's email"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phoneNumberClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used to extract the user's phone number"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subjectClaimType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The claim type used as the subject identifier"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"signicat","__idx":8},"children":["Signicat"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Signicat is a Nordic eID provider supporting strong authentication methods such as BankID."]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"SignicatCreateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Field"},"children":["Field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authority"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Signicat authority URL for your environment, e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://yourorg.signicat.com/auth/open"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["method"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The electronic ID method to enforce. One of: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["None"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BankId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MitId"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SBID"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["verifyEnabled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether to verify user identity on each login"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"manage-providers","__idx":9},"children":["Manage providers"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"list-providers","__idx":10},"children":["List providers"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"ListIdentityProviders","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"get-a-provider","__idx":11},"children":["Get a provider"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each provider type has its own get endpoint. Use the one matching the provider type:"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"AzureGetIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"CustomGetIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"GoogleGetIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"SignicatGetIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"update-a-provider","__idx":12},"children":["Update a provider"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Send a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PUT"]}," request with the same schema as the create request, including the provider ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]},":"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"AzureUpdateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"CustomUpdateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"GoogleUpdateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"SignicatUpdateIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"delete-a-provider","__idx":13},"children":["Delete a provider"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"AzureDeleteIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"DeleteIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"GoogleDeleteIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"SignicatDeleteIdentityProvider","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"auto-provisioning","__idx":14},"children":["Auto-provisioning"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["autoProvisioningEnabled"]}," is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},", the first time a user signs in via an SSO provider, Aritma automatically creates a user subject for them. This means you do not need to pre-invite users before they can log in."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"scim","__idx":15},"children":["SCIM"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Combine SSO with ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/platform/iam/scim/overview"},"children":["SCIM Provisioning"]}," if you want to also control which users exist on your tenant what groups they belong to from your identity provider."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"custom-provider-icon","__idx":16},"children":["Custom provider icon"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Custom"]}," type providers, you can upload a custom icon to display on the login button:"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"UpdateProviderIcon","language":"curl","parameters":{},"environments":{}},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To remove the icon:"]},{"$$mdtype":"Tag","name":"OpenApiCodeSample","attributes":{"descriptionFile":"oas-apis/platform/iam/openapi/iam-openapi.json","operationId":"DeleteProviderIcon","language":"curl","parameters":{},"environments":{}},"children":[]}]},"headings":[{"value":"Single Sign-On (SSO)","id":"single-sign-on-sso","depth":1},{"value":"Supported provider types","id":"supported-provider-types","depth":2},{"value":"How SSO works","id":"how-sso-works","depth":2},{"value":"Configuration","id":"configuration","depth":2},{"value":"Common provider properties","id":"common-provider-properties","depth":3},{"value":"Azure AD / Microsoft Entra ID","id":"azure-ad--microsoft-entra-id","depth":3},{"value":"OpenID Connect (Custom)","id":"openid-connect-custom","depth":3},{"value":"Google","id":"google","depth":3},{"value":"Signicat","id":"signicat","depth":3},{"value":"Manage providers","id":"manage-providers","depth":2},{"value":"List providers","id":"list-providers","depth":3},{"value":"Get a provider","id":"get-a-provider","depth":3},{"value":"Update a provider","id":"update-a-provider","depth":3},{"value":"Delete a provider","id":"delete-a-provider","depth":3},{"value":"Auto-provisioning","id":"auto-provisioning","depth":2},{"value":"SCIM","id":"scim","depth":2},{"value":"Custom provider icon","id":"custom-provider-icon","depth":2}],"frontmatter":{"title":"SSO Setup","seo":{"title":"Single Sign-On (SSO)"}},"lastModified":"2026-05-08T13:38:07.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/platform/iam/sso/overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}