Closed smuellerDD closed 2 years ago
According to the spec, the JWTs must be updated if they are expired. This covers all JWTs received by the server.
I have the following JWTs:
ES JWT
one SD JWT
Due to the lack of knowing whether I have a separate authorization bearer JWT, I duplicated the ES JWT to use it as auth bearer.
With that, I try to refresh 3 JWTs:
[{"esvVersion":"1.0"},{"password":"30617129","accessToken":["JWT auth bearer","JWT ES","JWT SD"]}]
I sent the request to POST /esv/v1/login/refresh HTTP/1.1
POST /esv/v1/login/refresh HTTP/1.1
The server returned 404.
"accessToken" only accepts a single value for now, not an array. I'll make note we need to bring this feature over from ACVP.
"accessToken"
This was added in.
According to the spec, the JWTs must be updated if they are expired. This covers all JWTs received by the server.
I have the following JWTs:
ES JWT
one SD JWT
Due to the lack of knowing whether I have a separate authorization bearer JWT, I duplicated the ES JWT to use it as auth bearer.
With that, I try to refresh 3 JWTs:
I sent the request to
POST /esv/v1/login/refresh HTTP/1.1
The server returned 404.