JwtInvalidIssuerError: Missing Issuer. Expected:
I am using the
I am passing in the following things, which are definitely not null:
I still get this failedAssertion:
I am using the access token from the frontend, which it gets via a generic OIDC client. My tokens look like this:
I'm stuck and I think I'm confused. Am I using the wrong kind of token? Do I have something misconfigured somewhere?
jwtVerify function and I am getting the error in the title.I am passing in the following things, which are definitely not null:
issuerBaseUrl in the first parameter, and then in the second parameter I pass an option that looks like this:I still get this failedAssertion:
I am using the access token from the frontend, which it gets via a generic OIDC client. My tokens look like this:
I'm stuck and I think I'm confused. Am I using the wrong kind of token? Do I have something misconfigured somewhere?