You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where a claim value will be an object. Consider the following use case:
A custom claims object is added for {response.content}
{response.content}
This content is a JSON object of claims that is retrieved from another service. Currently, this will be treated as a string instead of being nested as JSON.
There are multiple ways to solve this, but I wanted to point out that this is a pretty significant shortfall of the service.
The text was updated successfully, but these errors were encountered:
There are cases where a claim value will be an object. Consider the following use case:
A custom claims object is added for {response.content}
{response.content}
This content is a JSON object of claims that is retrieved from another service. Currently, this will be treated as a string instead of being nested as JSON.
There are multiple ways to solve this, but I wanted to point out that this is a pretty significant shortfall of the service.
The text was updated successfully, but these errors were encountered: