I was doing some (weird) tests with the IAM API (using the docker container provided in the documentation) when I found this "bug".
I know it makes no sense to use a client access token to access the userinfo endpoint, but I find different responses regarding whether the client access token is active or expired.
Here is the result with an expired client access token:
Hello,
I was doing some (weird) tests with the IAM API (using the docker container provided in the documentation) when I found this "bug". I know it makes no sense to use a client access token to access the
userinfo
endpoint, but I find different responses regarding whether the client access token is active or expired.Here is the result with an expired client access token:
Now, here is the result with an active client access token:
Probably nothing harmful here, just that it seems to generate an error in IAM:
An unexpected error occurred
.Thanks