Skip to content

Commit

Permalink
Merge pull request #7528 from Yasasr1/fix-ws-fed
Browse files Browse the repository at this point in the history
Enable shared access tab for ws-federation applications.
  • Loading branch information
Yasasr1 authored Feb 7, 2025
2 parents 6a0aaa5 + 216c37f commit 6a9d0bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-impalas-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.applications.v1": patch
---

Enable shared access tab for ws-federation applications.
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,6 @@ export const EditApplication: FunctionComponent<EditApplicationPropsInterface> =
}
if (isFeatureEnabled(featureConfig?.applications,
ApplicationManagementConstants.FEATURE_DICTIONARY.get("APPLICATION_SHARED_ACCESS"))
&& application?.templateId != ApplicationManagementConstants.CUSTOM_APPLICATION_PASSIVE_STS
&& !isFragmentApp
&& !isM2MApplication
&& applicationConfig.editApplication.showApplicationShare
Expand Down

0 comments on commit 6a9d0bd

Please sign in to comment.