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 authored Sep 17, 2024
1 parent 8bfa08c commit f93e440
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 f93e440

Please sign in to comment.