We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error message is displayed in the screen.
request POST https://tochi.test.example/__token Requestbody:
grant_type: refresh_token refresh_token: RR~v9Jy3*************Eow client_id: https://app-timefiller-wakaba.tochi.test.example/ client_secret: PEFz***************b24-
response Status Code: 401 Unauthorized Responsebody:
{ "error_description": "[PR401-AN-0020] - Client mismatch for refresh token. [https://app-timefiller-wakaba.text.example/]", "error": "invalid_client" }
The text was updated successfully, but these errors were encountered:
This error is returned when switching applications upon refreshing tokens.
Sorry, something went wrong.
As well as personium/app-personium-calendar#155, I created a new environment with v1.7.19 and did a same test. Same issue is completely occurred.
GET https://tochi.test.example/timefiller/ Authorization: Bearer AV~*********E5A
Status Code: 403 Body:
{ "code": "PR403-AU-0002", "message": { "lang": "en", "value": "Necessary privilege is lacking." } }
@shimono Is it a personium-core bug?
Resolved in personium-core v1.7.20. But there is an another issue #41.
tochi-y
No branches or pull requests
This error message is displayed in the screen.
http access
request
POST https://tochi.test.example/__token
Requestbody:
response
Status Code: 401 Unauthorized
Responsebody:
The text was updated successfully, but these errors were encountered: