Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/purple-trees-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wso2is/console": patch
"@wso2is/core": patch
Comment thread
pavinduLakshan marked this conversation as resolved.
Outdated
---

fix: update copilot endpoint to include skipAuthzRuntimePath parameter
2 changes: 1 addition & 1 deletion features/admin.core.v1/configs/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
Loading