Skip to content

Commit d5051bb

Browse files
authored
refactor: allow any redirect from OpenProject host (#1016)
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent 684c4a6 commit d5051bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_oidc_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ createOidcClient() {
294294
{
295295
"flowType": "code",
296296
"name": "$NC_OIDC_OP_CLIENT_NAME",
297-
"redirectUri": "$OP_HOST/auth/oidc-nextcloud/callback",
297+
"redirectUri": "$OP_HOST/*",
298298
"signingAlg": "RS256",
299299
"tokenType": "jwt",
300300
"type": "confidential",

0 commit comments

Comments
 (0)