File tree Expand file tree Collapse file tree
core/src/test/java/com/onelogin/saml2/test/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ private void checkSettings(Saml2Settings setting) throws Exception {
3535
3636 assertEquals (setting .getSpNameIDFormat (), "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified" );
3737
38- assertEquals (setting .getIdpEntityId (), "" );
38+ assertEquals (setting .getIdpEntityId (), "http://idp.example.com/ " );
3939 assertEquals (setting .getIdpSingleSignOnServiceUrl ().toString (),
40- "http://pitbulk.no-ip.org/simplesaml/saml2/idp /SSOService.php" );
40+ "http://idp.example.com /SSOService.php" );
4141 assertEquals (setting .getIdpSingleSignOnServiceBinding (), "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" );
4242 assertEquals (setting .getIdpSingleLogoutServiceUrl ().toString (),
43- "http://pitbulk.no-ip.org/simplesaml/saml2/idp/logout .php" );
43+ "http://idp.example.com/SingleLogoutService .php" );
4444 assertEquals (setting .getIdpSingleLogoutServiceBinding (), "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" );
4545 assertEquals (setting .getIdpx509cert (), Util .loadCert (Util .getFileAsString ("certs/certificate1" )));
4646
You can’t perform that action at this time.
0 commit comments