Feb 16, 2022
01:50 PM
Actually I have the same separated method in my CAT file
... View more
Feb 08, 2022
06:05 AM
I try to create jwt token using jwt_encode($algorithm, $payload, $key, $header_fields) (from https://docs.rightscale.com/ss/reference/rcl/v2/ss_RCL_functions.html#miscellaneous-jwt_encode) But when I upload CAT file to Designer I got - Unknown function 'jwt_encode' at line 16, column 16 Use valid Cloud Application Template syntax My code is similar to: $payload = {"target_audience": $some_endpoint, "iss": "email", "sub": "email", "aud": "url", "exp": 1644320037, "iat": 1644320037} $key = "key" $header = {"alg": "RS256", "typ": "JWT"} $jwt = jwt_encode("RS256", $payload, $key, $header) COULD YOU HELP ME WITH THAT? Thank you, Vasyl Stavinskyi
... View more
Latest posts by ves_qad_com
Subject | Views | Posted |
---|---|---|
628 | Feb 16, 2022 01:50 PM | |
727 | Feb 08, 2022 06:05 AM |
Activity Feed
- Posted Re: Unknown function 'jwt_encode' on Cloud Management Platform Forum. Feb 16, 2022 01:50 PM
- Posted Unknown function 'jwt_encode' on Cloud Management Platform Forum. Feb 08, 2022 06:05 AM