OpenID Authentication

Kape's Authentication model uses OpenID Connect.

OpenID Authentication URL

Production: https://auth.expressvpn.com/realms/xvpn/

Staging: https://stg.auth.xvtest.net/realms/xvpn/

Please refer to the official OpenID documentation, to learn how to integrate OpenID Connect Authentication into your app. You will use the OpenID Access Token as the Identity Token in the next step.

Last updated