You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Configure SimpleSAMLphp to use something other than `phpsession` for session storage, e.g., SQL or memcache (See: `store.type` in `simplesamlphp/config/config.php`).
55
55
5. Configure the authentication source in `simplesamlphp/config/authsources.php` as described below.
56
56
@@ -67,7 +67,7 @@ Configure the authentication source by putting following code into `simplesamlph
0 commit comments