Fix redirect urls template processing (#1251)

removed duplicated key and added tests
This commit is contained in:
Maycon Santos
2023-10-25 17:51:05 +02:00
committed by GitHub
parent 74ff2619d0
commit a8d03d8c91
2 changed files with 2 additions and 2 deletions

View File

@@ -82,8 +82,7 @@
"TokenEndpoint": "$NETBIRD_AUTH_TOKEN_ENDPOINT",
"Scope": "$NETBIRD_AUTH_SUPPORTED_SCOPES",
"RedirectURLs": [$NETBIRD_AUTH_PKCE_REDIRECT_URLS],
"UseIDToken": $NETBIRD_AUTH_PKCE_USE_ID_TOKEN,
"RedirectURLs": null
"UseIDToken": $NETBIRD_AUTH_PKCE_USE_ID_TOKEN
}
}
}