You are here

constant OPENID_CONNECT_REDIRECT_PATH_BASE in OpenID Connect / OAuth client 7

Base path where to login providers can redirect in the OAuth2 flow.

2 uses of OPENID_CONNECT_REDIRECT_PATH_BASE
OpenIDConnectClientBase::authorize in includes/OpenIDConnectClientBase.class.php
Redirects the user to the authorization endpoint.
OpenIDConnectClientBase::retrieveTokens in includes/OpenIDConnectClientBase.class.php
Retrieve access token and ID token.

File

./openid_connect.module, line 13
A pluggable client implementation for the OpenID Connect protocol.

Code

define('OPENID_CONNECT_REDIRECT_PATH_BASE', 'openid-connect');