Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

properly configure the graph-explorer openid connect client #2118

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/graph-explorer-openid-connect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Properly configure graph-explorer client registration

The client registration in the `identifier-registration.yaml` for the graph-explorer didn't contain `redirect_uris` nor `origins`. Both were added to prevent exploitation.

https://github.com/owncloud/ocis/pull/2118
5 changes: 5 additions & 0 deletions idp/assets/identifier-registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ clients:
- id: ocis-explorer.js
name: oCIS Graph Explorer
trusted: yes
redirect_uris:
- {{OCIS_URL}}/graph-explorer/
origins:
- {{OCIS_URL}}


- id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69
secret: UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh
Expand Down
Loading