diff --git a/demo-django/saml/settings.json b/demo-django/saml/settings.json index cafd090b..c8ed8839 100644 --- a/demo-django/saml/settings.json +++ b/demo-django/saml/settings.json @@ -2,27 +2,27 @@ "strict": true, "debug": true, "sp": { - "entityId": "https:///metadata/", + "entityId": "https://www.mywebapp.com", "assertionConsumerService": { - "url": "https:///?acs", + "url": "http://localhost:8080/consume.jsp", "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" }, "singleLogoutService": { - "url": "https:///?sls", + "url": "http://localhost:8080/logout.jsp", "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" }, - "NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified", + "NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "x509cert": "", "privateKey": "" }, "idp": { - "entityId": "https://app.onelogin.com/saml/metadata/", + "entityId": "http://sso.sungardas.corp/websso/saml2/2015/v1/", "singleSignOnService": { - "url": "https://app.onelogin.com/trust/saml2/http-post/sso/", + "url": "https://qa-sungard.sso.sungardas.io/service/saml2/idp", "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" }, "singleLogoutService": { - "url": "https://app.onelogin.com/trust/saml2/http-redirect/slo/", + "url": "https://qa-sungard.sso.sungardas.io/service/saml2/Logout", "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" }, "x509cert": "" diff --git a/setup.py b/setup.py index e6ebaf5e..9d97d386 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ 'Programming Language :: Python :: 2.7', ], author='OneLogin', - author_email='support@onelogin.com', + author_email='chittab@gmail.com', license='MIT', - url='https://github.com/onelogin/python-saml', + url='https://github.com/chittab/python-saml', packages=['onelogin','onelogin/saml2'], include_package_data=True, package_data = {