I'm getting a failure (401 unauthorized) when trying to exchange a token from test.idporten.no.
It looks like it might be an exception thrown by ValidateAndExtractOidcToken and I found what looks like outdated urls for the idporten endpoints listed in appsettings.json - at least the servers don't respond to pings:
Description of the bug
Hi :slightly_smiling_face:
I'm getting a failure (401 unauthorized) when trying to exchange a token from test.idporten.no.
It looks like it might be an exception thrown by ValidateAndExtractOidcToken and I found what looks like outdated urls for the idporten endpoints listed in appsettings.json - at least the servers don't respond to pings:
Steps To Reproduce
test.idporten.no
'Authentication':'Bearer <access-token>'
in the request headerAdditional Information
See this comment on a similar issue for context.