Skip to content

Claims parameter should be configured as a dictionary #109

@miwig

Description

@miwig

OIDC spec:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions