You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
I tried to add bosh-lite.com in the metadata
$metadata['http://login.bosh-lite.com'] = array(
'AssertionConsumerService' => 'http://login.bosh-lite.com/saml/SSO/alias/login.bosh-lite.com',
'SingleLogoutService' => 'http://login.bosh-lite.com/saml/SSO/alias/login.bosh-lite.com',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
'simplesaml.nameidattribute' => 'emailAddress',
);
But after login uaa got the following errors
org.opensaml.common.SAMLException: Endpoint with message binding urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST and URL http://login.bosh-lite.com/saml/SSO/alias/login.bosh-lite.com wasn't found in local metadata
Any clues? @cf-identity
The text was updated successfully, but these errors were encountered: