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
claims
OPTIONAL. This parameter is used to request that specific Claims be returned.
The value is a JSON object listing the requested Claims.
We can specify this in the config as a yaml dict (to avoid ugly escaped-json-in-a-string) and serialize it into a json string for the request. serde_json::Map or (if must be) serde_json::Value may be appropriate types for this.
The text was updated successfully, but these errors were encountered:
OIDC spec:
We can specify this in the config as a yaml dict (to avoid ugly escaped-json-in-a-string) and serialize it into a json string for the request.
serde_json::Map
or (if must be)serde_json::Value
may be appropriate types for this.The text was updated successfully, but these errors were encountered: