-
Yuriy Movchan authored
* Revert "Temporary disable tests" This reverts commit a74cca4c * fix: update passport social script to handle provider config state problem #1448 * (4.2.2) Refresh token removing doesn't look up in persistence. https://github.com/GluuFederation/oxAuth/issues/1480 * fix: update jwt date check function in passport scripts #1482 * Merge www pass from master * (4.2.2) 1. session_id should not be included into response if it's not explicitly allowed. 2. ``/end_session` should validate by sid value https://github.com/GluuFederation/oxAuth/issues/1485 * (4.2.2) Corrected validation by sid at /end_session endpoint. https://github.com/GluuFederation/oxAuth/issues/1485 * (4.2.2) Set session reference into identity object independently from invalidateSessionCookiesAfterAuthorizationFlow flag. https://github.com/GluuFederation/oxAuth/issues/1486 * (4.2.2) Added cache support for discovery page (`.well-known/openid-configuration`). https://github.co...