OAuth2_PHP icon indicating copy to clipboard operation
OAuth2_PHP copied to clipboard

realmId is not set/displayed

Open andyknas opened this issue 3 years ago • 0 comments

OAuth2PHPExample.php should set the session value for the realmId, ex: $_SESSION['realmId'] = $_GET['realmId']; and index.php should display the realmId value along with the token values.

andyknas avatar Jul 26 '21 11:07 andyknas