-
Posted a reply to Subpages behind SAML, on the site WordPress.org Forums:
If a user is authenticated in site1, you will see he logged in the top… -
Posted a reply to Attribute mapping, on the site WordPress.org Forums:
Use SAML Tracer - firefox: https://addons.mozilla.org/es/firefox/addon/saml-tracer/ - chrome: https://chrome.google.com/webstore/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch in order to record the SAML… -
Posted a reply to How to get Azure SSO SAML claims/attributes values in WordPress using PHP code, on the site WordPress.org Forums:
SAML Users attributes are not stored on $_SERVER The command $auth->getAttributes(); will give you use… -
Posted a reply to ADFS Always redirects to Homepage, on the site WordPress.org Forums:
If the SAML initialization fails, user is redirected to WP homepage: https://github.com/onelogin/wordpress-saml/blob/master/onelogin-saml-sso/php/functions.php#L238 If not RelayState… -
Posted a reply to Cookie Same Site Attribute After Chrome Update, on the site WordPress.org Forums:
@andbecker87 Can you verify if this code change solves your issue? https://github.com/onelogin/wordpress-saml/commit/f57561f65e38459a4c4de9ebf2a91af1a7b34ec9 Otherwise, try to…