Skip to content

How to parse an id_token parameter in the response #102

@marschaeffer

Description

@marschaeffer

Our keycloak returns an auth-token via the "id_token" parameter after login, but src/JSO.js:278 parses only the "access_token" parameter in the url.

jso/src/JSO.js

Line 278 in b1be102

if (response.hasOwnProperty("access_token")) {

Is there some advice how to make parsing an id_token possible with JSO (response_type=id_token)?
Thanks!

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