jpf / okta-pysaml2-example

Example SAML Service Provider for Python/Flask using PySAML2
Apache License 2.0
73 stars 38 forks source link

x509 cetificate validation #11

Open bifiar opened 5 years ago

bifiar commented 5 years ago

Okta requires now to validate the SAML 2.0 request/response with x509 public certificate that they providing. what should I add to the settings? I found this guide: https://medium.com/@gohberg/okta-authentication-using-saml-simplified-python-version-74ea9d5b4be7 but it only refers to pysaml 3 ... can someone help, please?