User bio
404 bio not found
Member since Mar 22, 2023
Posts:
Replies:
This worked perfectly, thank you!
Hi Alin,
Looking in the Caché & Ensemble 2018.1.4 – 2018.1.9 documentation there is a class %OAuth2.JWKS with method AddOct() for Cache almost identical to the one you described above for IRIS. This method is available for Cache 2018.1.9 the version you listed in your question. Hope this documentation helps.
For others reference w.r.t. IRIS, the method and class you described above are deprecated in later versions of IRIS and %Net.JSON.JWK or %Net.JSON.JWKS should be used instead.
Certifications & Credly badges:
Global Masters badges:
![DC Commenter](https://community.intersystems.com/sites/default/files/badges/dc_commenter_1.png)
![DC Problem Solver](https://community.intersystems.com/sites/default/files/badges/dc_problem_solver_1.png)
![InterSystems Researcher](https://community.intersystems.com/sites/default/files/badges/researcher.png)
![The First Tech Quiz](https://community.intersystems.com/sites/default/files/badges/quiz_question.png)
Followers:
Following:
Hannah has not followed anybody yet.
Additionally, non SQL, there is a built in function for this of
if ##class(Security.Users).Exists("John") { // user exists }
which confirms if the IRIS user exists using the users username (here, assuming username of John). Documentation on the Security.Users docs page.