Skip to content

Commit

Permalink
Merge pull request #4144 from Achintha444/master
Browse files Browse the repository at this point in the history
Enable trusted token issuer in is.
  • Loading branch information
Achintha Isuru authored Oct 2, 2023
2 parents b0fca2b + 8a733de commit d88ef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/console/src/extensions/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -173,7 +173,7 @@ export const ExtensionsConfig = (): ExtensionsConfigInterface => ({
{
content: {},
enabled: window["AppUtils"].getConfig().ui.identityProviderTemplates?.
trustedTokenIssuer?.enabled ?? false,
trustedTokenIssuer?.enabled ?? true,
id: "trusted-token-issuer",
resource: "./identity-provider-templates/templates/trusted-token-issuer/trusted-token-issuer.json"
}
Expand Down

0 comments on commit d88ef76

Please sign in to comment.