SAML-Toolkits / wordpress-saml

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

Avoid double site URL concatenation #31

Closed rmccue closed 7 years ago

rmccue commented 7 years ago

With #29, the URL was updated to use plugins_url() for alternative acs, but is still accidentally concatenated with site_url(), giving an invalid URL like http://example.comhttp://example.com/wp-content/...

While I was here, I also changed the site URL call to just use wp_login_url()