Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow IdPs to return JSON objects rather than Strings back to RPs #13

@samuelgoto

Description

@samuelgoto

IdPs can currently return a token which is a USVString through the id assertion endpoint, which, in theory, can actually also contain JSON via JSON.stringify(data).

w3c-fedid/FedCM#572 (comment) suggests that it would be easier for IdPs if they could actually return an object as opposed to a JSON-serialized USVString, which I think can have its merits.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions