Skip to content

Commit

Permalink
Merge pull request #7176 from dasuni-30/fix/27684
Browse files Browse the repository at this point in the history
Fix access token attributes update issue
  • Loading branch information
dasuni-30 authored Dec 5, 2024
2 parents 0e3f5aa + a75ccae commit 59f2070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-camels-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.applications.v1": patch
---

Fix access token attributes update issue
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,7 @@ export const InboundOIDCForm: FunctionComponent<InboundOIDCFormPropsInterface> =
const updateConfigurationForSPA = (values: any, url?: string, origin?: string): any => {
let inboundConfigFormValues: any = {
accessToken: {
accessTokenAttributes: selectedAccessTokenAttributes?.map((claim: ExternalClaim) => claim.claimURI),
applicationAccessTokenExpiryInSeconds: Number(metadata?.defaultApplicationAccessTokenExpiryTime),
bindingType: values.get("bindingType"),
revokeTokensWhenIDPSessionTerminated: getRevokeStateForSPA(values),
Expand Down

0 comments on commit 59f2070

Please sign in to comment.