Author Archives: anuj

JWT vs SSL

The purpose of a JWT is NOT to encrypt data during transport (that’s SSL). JWT, using hashes,  allows the receiving party to trust that the received data was not modified…
Continue Reading

Graph API

Graph API is used for all AAD related querying. Since all SaaS products (O365, Dynamics) use AAD, their internal data can also be queried using MS Graph. In addition, certain…
Continue Reading