Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

client register with a single ----post-logout-redirect-uri failed #70

@henrjk

Description

@henrjk

The following failed:

dev$ nvl client:register \
>   --issuer "localhost-3000" \
>   --trusted \
>   --name "Angular example with page for http://localhost:9000" \
>   --uri "http://localhost:9000" \
>   --logo-uri "http://localhost:9000/logo" \
>   --application-type "web" \
>   --response-type "id_token token" \
>   --grant-type "implicit" \
>   --default-max-age "3600" \
>   --redirect-uri "http://localhost:9000/callback_page" \
>   --redirect-uri "http://localhost:9000/rp.html" \
>   --post-logout-redirect-uri "http://localhost:9000"

A workaround was to duplicate the --post-logout-redirect-uri argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions