opengovsg / sgid-client-python

The official Python client for sgID.
MIT License
3 stars 0 forks source link

Add monkey patch for OIDC conformance tests #34

Open kwajiehao opened 1 year ago

kwajiehao commented 1 year ago

To ensure that our SDKs are conformant with the OIDC spec, we should run conformance tests against the OIDC conformance test server. To do that, we need to modify our SDK to point to the OIDC test server. We have already done this for the nodejs SDK (see here), but we will need to do it for the Python SDK as well