Skip to content

Commit 8dd436a

Browse files
authored
Merge pull request #4108 from appirio-tech/feature/RS256-IdToken-backcompatibility
For Auth0 RS256 id-token backward compatibility
2 parents 96876e5 + e13a412 commit 8dd436a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ workflows:
128128
- build-dev
129129
filters:
130130
branches:
131-
only: ['dev', 'feature/talent_picker_v2']
131+
only: ['dev', 'feature/RS256-IdToken-backcompatibility']
132132

133133
- deployTest01:
134134
context : org-global

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"redux-thunk": "^2.1.0",
150150
"remarkable": "^1.7.1",
151151
"svg-react-loader": "^0.4.5",
152-
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#0.0.11",
152+
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#v1.0.4",
153153
"tc-ui": "git+https://github.com/appirio-tech/tc-ui.git#feature/connectv2",
154154
"tlds": "^1.191.0",
155155
"topcoder-react-utils": "0.0.39",

0 commit comments

Comments
 (0)