diff --git a/.changeset/purple-trees-attack.md b/.changeset/purple-trees-attack.md new file mode 100644 index 00000000000..fcc4d93b80e --- /dev/null +++ b/.changeset/purple-trees-attack.md @@ -0,0 +1,6 @@ +--- +"@wso2is/console": patch +"@wso2is/admin.core.v1": patch +--- + +fix: update copilot endpoint to include skipAuthzRuntimePath parameter diff --git a/features/admin.core.v1/configs/app.ts b/features/admin.core.v1/configs/app.ts index 30cc19a783d..342f9aba3b4 100644 --- a/features/admin.core.v1/configs/app.ts +++ b/features/admin.core.v1/configs/app.ts @@ -385,7 +385,7 @@ export class Config { ...getCompatibilitySettingsResourceEndpoints(this.resolveServerHost(true)), CORSOrigins: `${ this.resolveServerHostFromConfig() }/api/server/v1/cors/origins`, asyncStatus: `${ this.resolveServerHost(false, true) }/api/server/v1/async-operations`, - copilot: `${ this.resolveServerHost() }/api/server/v1/copilot`, + copilot: `${ this.resolveServerHost(false, true) }/api/server/v1/copilot`, // TODO: Remove this endpoint and use ID token to get the details me: `${ this.getDeploymentConfig()?.serverHost }/scim2/Me`, saml2Meta: `${ this.resolveServerHost(false, true) }/identity/metadata/saml2`,