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

Enable custom JSON objects in accessToken response on APIM 4.2.0 #3386

Closed
shavinsenadheera opened this issue Nov 26, 2024 · 1 comment
Closed

Comments

@shavinsenadheera
Copy link

shavinsenadheera commented Nov 26, 2024

Current Limitation

Currently, on the APIM 4.2.0 setup, we are not able to add the nested objects in the token response.

For an example:

Current Response

{
  "access_token": "ey...",
  "success": "true",
  "scope": "openid",
  "expires_in": "3600"
}

Expected Response

{
  "access_token": "ey...",
  "success": "true",
  "scope": "openid",
  "user": {
    "name": "User1",
    "age" : "1212"
  },
  "expires_in": "3600"
}

Suggested Improvement

N/A

Version

APIM 4.2.0

@shavinsenadheera shavinsenadheera changed the title Enable custom parameter JSON objects in accessToken response on APIM 4.2.0 Enable custom JSON objects in accessToken response on APIM 4.2.0 Nov 26, 2024
@hisanhunais
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants