SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
506 stars 445 forks source link

SAML2 Driver #1170

Open tonioseiler opened 8 months ago

tonioseiler commented 8 months ago

Is it possible to add multiple isp in the configuration?

atymic commented 8 months ago

@27pchrisl may be able to answer that

27pchrisl commented 8 months ago

Hi @tonioseiler. It's not directly possible using only the configuration, but it can be easily achieved by subclassing the provider and overriding getConfig. This way you can provide a different config based on any logic that's relevant to your application (eg hostname, database info).