Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT signer secondary auth: not enough information to continue #2478

Open
ekoby opened this issue Oct 11, 2024 · 1 comment
Open

JWT signer secondary auth: not enough information to continue #2478

ekoby opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ekoby
Copy link
Member

ekoby commented Oct 11, 2024

if I set up an auth policy with JWT signer as secondary auth and authenticate with key/cert I get an api session (irrelevant field removed):

  "authQueries": [
    {
      "provider": "url",
      "typeId": "EXT-JWT"
    }
  ],
  "identityId": "JTR.7wXlT",

  "isMfaComplete": false,
  "isMfaRequired": false
}
  1. authQueries does not give enough information to start OIDC authentication (url, clientId, claim, audience are needed)
    maybe external signer id/name would be enough to do a lookup
  2. should isMfaRequired be set? I think that's the case with TOTP secondary
@andrewpmartinez
Copy link
Member

This was confirmed to be an issue in legacy authentication.

@andrewpmartinez andrewpmartinez self-assigned this Oct 11, 2024
@andrewpmartinez andrewpmartinez added the bug Something isn't working label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants