OAuth2_PHP
OAuth2_PHP copied to clipboard
realmId is not set/displayed
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.