I need to validate SP settings only to expose my metadata and IdP + SP if I work on ACS validation on IdP-Initiated POST:
What do you think about splitting the check_settings method in OneLogin_Saml2_Settings in two new ones check_sp_settings and check_idp_settings (called in the current one). Could you be interested for a PR in this way ?
I need to validate SP settings only to expose my metadata and IdP + SP if I work on ACS validation on IdP-Initiated POST:
What do you think about splitting the
check_settingsmethod inOneLogin_Saml2_Settingsin two new onescheck_sp_settingsandcheck_idp_settings(called in the current one). Could you be interested for a PR in this way ?