SocialiteProviders / Providers

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

SAML2 provider - can't configure repeated_id_ttl and clock_skew #1161

Open rgergo67 opened 4 months ago

rgergo67 commented 4 months ago

The documentation says that validation.repeated_id_ttl and validation.clock_skew can be configured, however the provider does not load them from the servides.php config.

They are neither listed in additionalConfigKeys() function in the Provider.php

atymic commented 4 months ago

Feel free to PR a fix.