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 Validation (AzureB2C, IBM AppId) #75

Open
subash8789 opened this issue Feb 18, 2023 · 0 comments
Open

JWT Validation (AzureB2C, IBM AppId) #75

subash8789 opened this issue Feb 18, 2023 · 0 comments

Comments

@subash8789
Copy link

subash8789 commented Feb 18, 2023

Describe the bug
Inability to validate a JWT generated by IBM AppId & Azure B2C. The JWT from Auth0 works fine.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy the following example "https://github.com/stepzen-dev/examples/tree/main/with-postgresql"
  2. Update the config yaml file with the following:
    image
  3. Go to 'Explorer'
  4. Click on 'Headers'
  5. Add the JWT token to the Authorization Header '{ "Authorization" : "Bearer "JwtFromAppId" or "JwtFromAzureB2C"}'

image

6. Executing the Query results in an authorization error (401 Unauthorized: missing or not allowed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant