Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #EXUI-2656: passport js rollout needs serviceOverride flag #259

Merged
merged 10 commits into from
Jan 27, 2025
Prev Previous commit
Next Next commit
further logging added
MunishSharmaHMCTS committed Jan 25, 2025

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
commit 363f5c40bffd87aefc32f0a72e9f58571e351412
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/rpx-xui-node-lib",
"version": "2.30.1-exui-2656-rc6",
"version": "2.30.1-exui-2656-rc7",
"description": "Common nodejs library components for XUI",
"main": "dist/index",
"types": "dist/index.d.ts",
1 change: 1 addition & 0 deletions src/auth/oidc/models/openid.class.ts
Original file line number Diff line number Diff line change
@@ -132,6 +132,7 @@ export class OpenID extends AuthStrategy {
const metadata = issuer.metadata
this.logger.info(`serviceOverride: ${this.options.serviceOverride}`)
this.logger.info(`start serviceOverride check`)
this.logger.info('options object: ', this.options)
if (!this.options.serviceOverride) {
this.logger.info(`serviceOverride is false`)
this.logger.info(`issuerURL: ${this.options?.issuerURL}`)