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
My login provider working perfect however i can't logout IDP server, How can i IDP closes global session.
I tried to Saml2Auth::logout(); on my laravel logout function. But it's give me below error: Non-static method Aacotroneo\Saml2\Saml2Auth::logout() should not be called statically
The text was updated successfully, but these errors were encountered:
My login provider working perfect however i can't logout IDP server, How can i IDP closes global session.
I tried to
Saml2Auth::logout();
on my laravel logout function. But it's give me below error:Non-static method Aacotroneo\Saml2\Saml2Auth::logout() should not be called statically
The text was updated successfully, but these errors were encountered: