Blogs

Application With …

I was recently working with Azure Active Directory (AD) and Auth0 for a new SAML (Security Assertion Markup Language) integration. The integration would use Azure AD as the Identity Provider (IdP) and Auth0 as the authorization service provider. To enable the integration I needed to create an App …

Convert a X.509 …

There are times that you might need to provide or have access to a X.509 certificate to verify the validity of a signed key or some other piece of data. X.509 Certificates are a standard for public key certificates and are often used to validate signatures on tokens and assertions used during user …

Getting Bookmarks to Work …

I love using Auth0 to implement user authentication and authorization in my apps. It’s easy to implement and their docs are great. At my day job I was recently presented with an issue. Our users are bookmarking the login page in their browser, but eventually that bookmark no longer works. The …