Skip to content

Commit

Permalink
feat: add missing /auth back into the url
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Oct 16, 2020
1 parent 0caa3c8 commit 1b73e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ app.prepare().then(() => {
: 'dev.';
const kcConfig = {
realm: 'pisrwwhx',
'auth-server-url': `https://${kcNamespace}oidc.gov.bc.ca`,
'auth-server-url': `https://${kcNamespace}oidc.gov.bc.ca/auth`,
'ssl-required': 'external',
resource: 'cas-ciip-portal',
'public-client': true,
Expand Down

0 comments on commit 1b73e50

Please sign in to comment.