Learn OIDC - Part 2 - JWT
Implement basic JSON Web Tokens (JWT) generation function which could be used in a later stage in a stub OIDC IdP
Implement basic JSON Web Tokens (JWT) generation function which could be used in a later stage in a stub OIDC IdP
Learn the basics of the underlying protocols and techniques of OIDC. In this first blog post we’ll dive into JSON Web Signature (JWS).
The map function on Streams and Optionals is a concise way to transform the items they contain, without worrying about the mechanics of the “container” type.