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

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

Open
henrjk opened this issue Oct 21, 2015 · 0 comments
Open

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

henrjk opened this issue Oct 21, 2015 · 0 comments

Comments

@henrjk
Copy link

henrjk commented Oct 21, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant