MCP ChatGPT failing with "Not all requested permissions were granted"

Hi,

I am trying to integrate my own MCP server, build with springboot and spring ai, with Chat GPT.

I am getting a 403 forbidden on the callback and Chat GPT gives the error “Not all requested permissions were granted”.

Looks like GPT is requesting the following scopes in the token:

“scp”: [
“openid”,
“email”,
“profile”,
“offline_access”,
“model.request”,
“model.read”,
“organization.read”,
“organization.write”
],

Many thanks!