DutchCodingCompany / filament-socialite

Add OAuth login through Laravel Socialite to Filament.
MIT License
153 stars 38 forks source link

Force select_account #66

Closed Issa-projects closed 8 months ago

Issa-projects commented 8 months ago

Hi, I am trying to use socialite Microsoft provider. It works fine with login (when I am not logged in to Microsoft in browser, or when logged in with same tenant). My issue is that I cannot force select_account, which could be done easily if I can add prompt=select_account, which is supported in the socialite provider - >with method. Why this doesn't work now?

bramr94 commented 8 months ago

Do you mean this feature https://socialiteproviders.com/Microsoft/#tenant-details?

niekbr commented 8 months ago

I think it's about optional parameters, more general for laravel socialite: https://laravel.com/docs/10.x/socialite#optional-parameters

Issa-projects commented 8 months ago

Yes I meant the optional parameters. There is no way to include any parameters in the request