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.
Make sure to refresh the OpenID Access Token if it expired, otherwise requests will fail. Avoid making calls with expired Access Tokens, as this might result in a permanent block of your app.
PreviousAuthentication & AuthorizationNextFetching Subscription Receipt and Connection Authorization Tokens
Last updated