pmonuth
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SAML Auth] Login Problemshy,
My Config on the SAML Provider:
saml20-sp-remote.php
$metadata[‘https://mhb-dev.openmedicalinstitute.org’%5D = array(
‘NameIDFormat’ => ‘urn:oasis:names:tc:SAML:2.0:nameid-format:transient’,
‘AssertionConsumerService’ => ‘https://mhb-dev.openmedicalinstitute.org’,
‘attributeencodings’ => array(‘objectSid’ => ‘base64’),
‘authproc’ => array(
0 => array(
‘class’ => ‘core:AttributeLimit’,
’email’, ‘username’, ‘givenName’,
),
),
);My Config on WordPress:
Base URL https://saml-dev.openmedicalinstitute.org
Get User By Login#——————————————————————-
Entity Id https://mhb-dev.openmedicalinstitute.org
Assertion Consumer Service URL https://mhb-dev.openmedicalinstitute.org/wp-admin
——————————————————————-
Entity Id https://saml-dev.openmedicalinstitute.org/saml/saml2/idp/metadata.php
Single SignOn Service URL https://saml-dev.openmedicalinstitute.org/saml/saml2/idp/SSOService.php
Single Logout Service URL https://saml-dev.openmedicalinstitute.org/saml/saml2/idp/SingleLogoutService.php
Certificate Fingerprint MIIEozCCAwugAwIBAgIJAK4qu2JfzPjqMA0GCSqGSIb3DQEBCwUAMG……….
Certificate Fingerprint Algorithm SHA256
——————————————————————-
user_login username
user_email email
display_name givenName
first_name firstName
last_name lastName——————————————————————-
The Loginscreen form Saml are working but the WordPress is not logt in.Many thx for help
Patrick