Closed msm1992 closed 11 months ago
Meeting Notes (06/10/2023)
Thanks, Sachini
Status Update (10/10/2023)
X-JWT-Assersion
header instead.X-JWT-Assertion
still got below error while validating the token.
error: invalid Token {"code":900954,"message":"invalid Token","statusCode":401,"description":"invalid Token","moreInfo":{}}
at wso2.apk_common_lib.0:validateJWT(JWTValidationInterceptor.bal:75)
wso2.apk_common_lib.0:$default$^^(JWTValidationInterceptor.bal:32)
cause: JWT contained invalid issuer name 'https://idp.am.wso2.com/token'
at ballerina.jwt.2:prepareError(jwt_errors.bal:29)
ballerina.jwt.2:validateIssuer(jwt_validator.bal:569)
ballerina.jwt.2:validateJwtRecords(jwt_validator.bal:378)
ballerina.jwt.2:validateJwt(jwt_validator.bal:123)
ballerina.jwt.2:validate(jwt_validator.bal:114)
wso2.apk_common_lib.0:validateJWT(JWTValidationInterceptor.bal:47)
... 1 more
https://default.gw.wso2.com:9095/api/backoffice/1.0.0/api/backoffice/apis
[1]. https://www.postgresql.org/docs/9.5/functions-json.html
Status Update (12/10/2023)
x-wso2-groups
. Tested whether this claim value is passed to the ballerina service level through the authenticated user context (with both default IDP and asgardeo).arrayFlattenQuery
to pass the groups list into the query.
Description: Add API Visibility Support