Skip to content

Commit

Permalink
keycloak deployment: Add demo groups
Browse files Browse the repository at this point in the history
Update the keycloak example to include the demo groups. Also add a new
client scope "groups" and enable for all owncloud clients.

Related issue: owncloud#5538
  • Loading branch information
rhafer committed Jun 19, 2024
1 parent f3f7af9 commit c5ffb06
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
Expand All @@ -60,4 +61,4 @@
"configure": true,
"manage": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
Expand All @@ -62,4 +64,4 @@
"configure": true,
"manage": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
Expand All @@ -61,4 +62,4 @@
"configure": true,
"manage": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
Expand All @@ -60,4 +61,4 @@
"configure": true,
"manage": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",
"backchannel.logout.url": "https://ocis.owncloud.test/backchannel_logout",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
Expand All @@ -54,6 +54,7 @@
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
Expand All @@ -68,4 +69,4 @@
"configure": true,
"manage": true
}
}
}
Loading

0 comments on commit c5ffb06

Please sign in to comment.