HotDocs Advance supports two connection flows, the Implicit flow and Authorization Code + PKCE.
The OpenID Connect provider must support the implicit flow using a response type of "id_token" and a response mode of "form_post".
The OpenID Connect provider must support the Authorization Code + PKCE flow using a response type of "code id_token" and a response mode of "form_post".
The following sections may be useful if you are using Single Sign-on with other integrated applications: