Search code examples
pythondjangodjango-rest-frameworkx509certificateazure-store

How to read Certification details in django Request Object?


We are trying integrate with Azure store. Azure store calls our API(built in django restframework) and along with request payload they send Certification details in request.

But, I cannot see the certification details (X509Certificate) in Django request Header, body, cookies or session.

Can any one help me on ways or location to read the X509Certificate2 certificate sent by Azure in Django request object ?


Solution

  • I don't know anything about X509 but a quick Google reveals this library which will probably help you.