Skip to content

Commit

Permalink
DBC22-2775: Add idp hint (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Sep 17, 2024
1 parent 76daeb0 commit 5f5ff5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/config/settings/third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
'server_url': env("BCEID_URL"),
}
},
'AUTH_PARAMS': {
'kc_idp_hint': 'bceidbasic',
},
}
}

Expand Down

0 comments on commit 5f5ff5c

Please sign in to comment.