Skip to content

Commit

Permalink
Merge pull request #7740 from Thumimku/at_attributes_m2m
Browse files Browse the repository at this point in the history
Remove Access Token attributes from M2M
  • Loading branch information
Thumimku authored Feb 24, 2025
2 parents b65e336 + 4fd0755 commit c656876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-tomatoes-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.applications.v1": patch
---

remove AT attributes from M2m
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ export const InboundOIDCForm: FunctionComponent<InboundOIDCFormPropsInterface> =
readOnly={ readOnly }
data-testid={ `${ testId }-access-token-type-radio-group` }
/>
{ isJWTAccessTokenTypeSelected &&
{ isJWTAccessTokenTypeSelected && !isM2MApplication &&
isFeatureEnabled(applicationFeatureConfig, "applications.accessTokenAttributes") ? (
<Grid.Row>
<Grid.Column width={ 8 }>
Expand Down

0 comments on commit c656876

Please sign in to comment.