naprime
naprime
I assigned scope to JWT credential but EG did NOT check it (alway skip scope check) ========In gateway.config ======== apiEndpoints: ip: host: '*' paths: ['/ip'] scopes: ['**admin2**'] ... ip: apiEndpoints:...
I fixed by add jwtScopes policy
@XVincentX: Thanks! As your guide, I can fix this issue by add jwtScopes policy. Please add an "actionParam" to choose JWT scope field in your jwt policy. So we will...
@kevinswiber: You said "I think this issue is referring to use case 2, which should not require a custom scopes claim in the JWT. Scope management should work for JWT...
@XVincentX : I means you should add one more param to select which "scope" user defined in your JWT plugin (https://www.express-gateway.io/docs/policies/jwt/)