SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 75 forks source link

Use add_query_arg to better adjust login URLs #114

Closed chrisvanpatten closed 3 years ago

chrisvanpatten commented 3 years ago

Small PR to use add_query_arg instead of manual string concatenation. Provides slightly better reliability in case wp_login_url is filtered to include a default query string for some reason.