We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550b76 commit 9cd35a8Copy full SHA for 9cd35a8
1 file changed
src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java
@@ -383,7 +383,7 @@ public String getAccessToken() {
383
384
public Jwt getAccessTokenAsJwt() {
385
try {
386
- return accessTokenDecoder.decode("abc");
+ return accessTokenDecoder.decode(getAccessToken());
387
} catch (JwtException e) {
388
log.warn("Failed to decode access token as JWT", e);
389
throw e;
0 commit comments