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

UnknownScopeCodeException - in refresh token response #295

Closed
mesilov opened this issue Jun 21, 2022 · 0 comments
Closed

UnknownScopeCodeException - in refresh token response #295

mesilov opened this issue Jun 21, 2022 · 0 comments
Labels
2.x issue related with 2.x sdk version bug 💠 core
Milestone

Comments

@mesilov
Copy link
Owner

mesilov commented Jun 21, 2022

Uncaught PHP Exception Bitrix24\SDK\Core\Exceptions\UnknownScopeCodeException: "unknown application scope code - app"

scope app

response payload

{
"access_token":"abefb162005bd35...",
"expires":1655828395,
"expires_in":3600,
"scope":"app",
"domain":"oauth.bitrix.info",
"server_endpoint":"https://oauth.bitrix.info/rest/",
"status":"F",
"client_endpoint":"https://xxxx.bitrix24.ru/rest/",
"member_id":"7cd078c8acc280b66959a1f68a4cf34b",
"user_id":1,
"refresh_token":"9b6ed9620..."
}
@mesilov mesilov added bug 2.x issue related with 2.x sdk version 💠 core labels Jun 21, 2022
@mesilov mesilov added this to the 2.x-core milestone Jun 21, 2022
@mesilov mesilov closed this as completed Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x issue related with 2.x sdk version bug 💠 core
Projects
None yet
Development

No branches or pull requests

1 participant