Skip to content

Commit

Permalink
Merge pull request #21 from i4Trust/pulledtim-patch-1
Browse files Browse the repository at this point in the history
Use clientId from file
  • Loading branch information
pulledtim authored Jun 7, 2023
2 parents 2de5fac + 3e04368 commit 84ea53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (user_cfg.idp) {

// SIOP
config.siop = {
clientId: 'some_id',
clientId: user_cfg.siop.client_id,
enabled: false,
verifier_uri: user_cfg.siop.verifier_uri,
login_path: "/api/v1/loginQR",
Expand Down

0 comments on commit 84ea53f

Please sign in to comment.