datagovsg / singpasspass

Make SingPass Great Again
1 stars 0 forks source link

Make SingPass Great Again

Implying that SingPass was great at some time? Unclear

This is an implementation of oidc-provider documentation attained by following step by step instructions

Note from the example:

Ignore the environments listed above, they're inaccurate. Code is deployed at:

To get started:

To test, go to /auth?client_id=foo&response_type=id_token+token&scope=openid+email&nonce=foobar&prompt=login

To find out more information about what can or cannot be used, go to /.well-known/openid-configuration. It has all the information you need

Test using Postman