Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

401 when calling /singpass/v2/token #673

Open
kiatyao95 opened this issue Aug 5, 2024 · 2 comments
Open

401 when calling /singpass/v2/token #673

kiatyao95 opened this issue Aug 5, 2024 · 2 comments

Comments

@kiatyao95
Copy link

When hosted in local, i dont get 401 when calling /singpass/v2/token however in gitpod it says 401.

This is the secrets i am using:

{
"keys": [
{
"kty": "EC",
"d": "AFOzlND2sq43ykty-VZXw-IEIOyHkBsNXUU77o5yEYcktpoMe9Dl3jsaXwzRK6wtDJH_uoz4IG1Uj4J_WyH5O3GS",
"use": "sig",
"crv": "P-521",
"kid": "sig-2022-06-04T09:22:28Z",
"x": "AAj_CAKL9NmP6agPCMto6_LiYQqko3o3ZWTtBg75bA__Z8yKEv_CwHzaibkVLnJ9XKWxCQeyEk9ROLhJoJuZxnsI",
"y": "AZeoe0v-EwqD3oo1V5lxUAmC80qHt-ybqOsl1mYKPgE_ctGcD4hj8tVhmD0Of6ARuKVTxNWej-X82hEW_7Aa-XpR",
"alg": "ES512"
},
{
"kty": "EC",
"d": "AP7xECOnlKW-FuLpe1h3ULZoqFzScFrbyAEQTFFG49j5HRHl0k13-6_6nWnwJ9Y8sTrGOWH4GszmDBBZGGvESJQr",
"use": "enc",
"crv": "P-521",
"kid": "enc-2022-06-04T13:46:15Z",
"x": "AB-16HyJwnlSZbQtqhFskADqFrm6rgX9XeaV8FgynX61750GCRbYjoueDosSNt-qzK5QNHskdQw0QZ700YF2JIlb",
"y": "AZwYlSBSdV-CxGRMz6ovTvWxKJ6e44gaZHf-YfbJV7w9VdAJb3OuzbHNGRuzNDjEa8eH-paLDaAB84ezrEm1SRHq",
"alg": "ECDH-ES+A256KW"
}
]
}

@kiatyao95
Copy link
Author

any update on this?

@cflee
Copy link
Contributor

cflee commented Sep 15, 2024

Are there any error messages or logs written on the server-side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants