Skip to content

Add Return URL

Sentinel applications can be configured to be allowed to set their own redirect URL. This implements the setting of that parameter.

$sentinel->setEnvironment(Sentinel::ENV_DEV)
  ->setAppId('TEST_APP')
  ->setClientId('TESTCLIENTID')
  ->setClientSecret('testclientpassword')
  ->setServiceUrl('http://yourserviceurl');

Merge request reports