add slash at the end of redirect_uri to allow correct logout

This commit is contained in:
Artur Neumann
2020-04-24 11:38:22 +05:45
parent 9687132afd
commit 1e03f72754

View File

@@ -8,7 +8,7 @@ clients:
insecure: yes
redirect_uris:
- http://ocis-server:9100/oidc-callback.html
- http://ocis-server:9100
- http://ocis-server:9100/
origins:
- http://ocis-server:9100