Skip to content

Commit

Permalink
add example custom parameters file for hdf
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jul 10, 2024
1 parent 1dafdf7 commit 54096e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/custom_parameters.config.unity
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"parameter": "claims_in_tokens",
"value": "id_token token",
"for_issuer": [
"https://login.helmholtz.de/oauth2",
"https://login-dev.helmholtz.de/oauth2"
],
"request": [
"auth_url"
]
}
]

0 comments on commit 54096e9

Please sign in to comment.