Skip to content

Commit

Permalink
Make the PRIMARY as the default user store
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Nov 3, 2023
1 parent 1b65306 commit cf44ea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions b2b-sample/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"BusinessAdminAppConfig": {
"AuthorizationConfig": {
"ClientId": "kklQ7LcGDHPSLabRfEzaNkoykmQa",
"ClientSecret": "_elOlfc_XVfaQHSe0zblO_f37KjFStCtozjH_ZP9SHoa"
"ClientId": "<CLIENT ID OF THE BUSINESS ADMIN APP>",
"ClientSecret": "<CLIENT SECRET OF THE BUSINESS ADMIN APP>"
},
"ApplicationConfig": {
"HostedUrl": "http://localhost:3001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"jit": {
"isEnabled": true,
"scheme": "PROVISION_SILENTLY",
"userstore": "DEFAULT",
"userstore": "PRIMARY",
"associateLocalUser": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"jit": {
"isEnabled": true,
"scheme": "PROVISION_SILENTLY",
"userstore": "DEFAULT",
"userstore": "PRIMARY",
"associateLocalUser": true
}
},
Expand Down

0 comments on commit cf44ea9

Please sign in to comment.