Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1149

Access token still required for the third party JWT SSO integration scenario

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.4
    • 2.0.5, 2.1.0
    • core
    • None

    Description

      When trying to invoke on Syncope with a third-party JWT, the code in AuthDataAccessor#authenticate still errors if no access token is found:

              AccessToken accessToken = accessTokenDAO.find(authentication.getClaims().getTokenId());
              if (accessToken == null) {
                  throw new AuthenticationCredentialsNotFoundException(
                          "Could not find JWT " + authentication.getClaims().getTokenId());
              }
      

      Attachments

        Issue Links

          Activity

            People

              ilgrosso Francesco Chicchiriccò
              coheigea Colm O hEigeartaigh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: