omitobi

Results 14 comments of omitobi

You may try to use it on the input element *alone* without the input-group.

> @ec-wagner this should fix it > > `- run: sudo docker-php-ext-install zip pdo pdo_mysql` @ridaamirini Your comment helped me fix the same issue. Thank you

Are you calling both routes directly? It should be a **redirection** entry when your Identity Provider (IdP) returns your login request (for '/saml2/acs') and logout request (for '/saml2/sls'). Instead, call...

@arugama How did you match the expiration session of OneLogin with Laravel?

Good idea. Thanks @arugama

@robertogallea I also encountered issue with SLO - My conclusion was that my IdP does not allow SLO request, therefore I dropped SLO (I still feel this might not be...

Easiest is to extend the authCode grant and swap the implementation in PassportServiceProvider. This is what I did when I used this library. I am also curious if you have...

I'm not entirely sure what could be the reason firebase is complaining but you could check for that specific error information online. Or is it possible that firebase expects some...

These looks great. Thank you for your suggestions.