22 "strict" : true ,
33 "debug" : true ,
44 "sp" : {
5- "entityId" : " http ://localhost:8000 /metadata/" ,
5+ "entityId" : " https ://<sp_domain> /metadata/" ,
66 "assertionConsumerService" : {
7- "url" : " http ://localhost:8000 /?acs" ,
7+ "url" : " https ://<sp_domain> /?acs" ,
88 "binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
99 },
1010 "singleLogoutService" : {
11- "url" : " http ://localhost:8000 /?sls" ,
11+ "url" : " https ://<sp_domain> /?sls" ,
1212 "binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
1313 },
1414 "NameIDFormat" : " urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" ,
1515 "x509cert" : " " ,
1616 "privateKey" : " "
1717 },
1818 "idp" : {
19- "entityId" : " http ://localhost:8080/auth/realms/idp_dacd " ,
19+ "entityId" : " https ://app.onelogin.com/saml/metadata/<onelogin_connector_id> " ,
2020 "singleSignOnService" : {
21- "url" : " http ://localhost:8080/auth/realms/idp_dacd/protocol/saml " ,
21+ "url" : " https ://app.onelogin.com/trust/saml2/http-post/sso/<onelogin_connector_id> " ,
2222 "binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
2323 },
2424 "singleLogoutService" : {
25- "url" : " http ://localhost:8080/auth/realms/idp_dacd/protocol/saml " ,
25+ "url" : " https ://app.onelogin.com/trust/saml2/http-redirect/slo/<onelogin_connector_id> " ,
2626 "binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
2727 },
28- "x509cert" : " MIICnzCCAYcCBgFqC3f1FDANBgkqhkiG9w0BAQsFADATMREwDwYDVQQDDAhpZHBfZGFjZDAeFw0xOTA0MTEwODE0MzJaFw0yOTA0MTEwODE2MTJaMBMxETAPBgNVBAMMCGlkcF9kYWNkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuhRERlbbwUxabS4lnGFOpxBKACpcwQwOSvyCKD3bLDvzfQIRh1x3RDq+6xxBcdP86PKRYjwZc/64HYFUbe9FCDLf1SDQz7XTtpftydRrTUydVaj+3FHhyCLcLkJldMVneVMZWIXSzUISvcURL3sr6HVJ74Uy0KPPOo3vQQ6RRaNaB3RCdZaNbzxjbG5eBgSvWHGE+vkozHpS7y6LHXDP1wXenH65RRrat8PQ/Qp4WVi2U5rVfA2SFbcwohjaJ+vOYH+oARnk5a2IosAMHBtONorPnPrcV7MqUXX7q19hnlFRZA34YVcF6kkWWsS1V/mRm2kK6EE/mABvX4mrefWg+QIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQARKkt9TKg5jLLc7HZSYxHD0MGqDQ8jMAXjpYYaEoIGyYnE31WOEG6HlzHFrkp5ioBT8vTIfejpGGkcL0qspSjQRBYH1eHOEToFo2vhmr0yDUtePNVcQtRN0ImAwNvKU/PciSi4dX0Y8Z/VfeRn8k979o0X82xZSYIxLhKlFp9toOHz0pNTU0Ie4h1zxcPd0L7KAn5eQPHoJwXsdWkM9aoZtCQCjbiexpfOdEOfnUn8QisinAWqcC/gKl9XG7XU4P5cevTeqZgnK0W+ilJVkkJX2zZWlAji+0PKLGr3BgJCfkwUcsm1C8U2ysTGkW1mZHfKVzK2NPA0bSlGgZwbvki+ "
28+ "x509cert" : " <onelogin_connector_cert> "
2929 }
30- }
30+ }
0 commit comments