Software Alternatives & Reviews

JSON Web Token VS LDAP

Compare JSON Web Token VS LDAP and see what are their differences

JSON Web Token logo JSON Web Token

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

LDAP logo LDAP

LDAP is a very flexible standards-based method that can be used to store and query information about users, groups, devices and provide authentication and authorization services in a networked environment.
  • JSON Web Token Landing page
    Landing page //
    2023-08-19
  • LDAP Landing page
    Landing page //
    2022-11-26

JSON Web Token

Categories
  • Identity Provider
  • Identity And Access Management
  • SSO
  • SAML
Website jwt.io
Details $

LDAP

Categories
  • Development
  • Identity And Access Management
  • Identity Provider
  • SSO
Website ldap.com
Details $-

JSON Web Token videos

JSON Web Tokens Suck - Randall Degges (DevNet Create 2018)

More videos:

  • Review - JSON Web Tokens with Public Key Signatures
  • Review - RFC 7519 JSON Web Token (JWT), Review

LDAP videos

What is LDAP and Active Directory ? How LDAP works and what is the structure of LDAP/AD?

More videos:

  • Review - LDAP Server Guide - How Does It Work?
  • Review - Understanding LDAP Integration with EnterpriseOne

Category Popularity

0-100% (relative to JSON Web Token and LDAP)
Identity Provider
92 92%
8% 8
Identity And Access Management
Development
44 44%
56% 56
SSO
100 100%
0% 0

User comments

Share your experience with using JSON Web Token and LDAP. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, JSON Web Token seems to be a lot more popular than LDAP. While we know about 276 links to JSON Web Token, we've tracked only 1 mention of LDAP. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

JSON Web Token mentions (276)

  • Authentication using JSON Web Tokens.
    NOTE: Never store sensitive information about a client in the payload as the JWT is just encoded and not encrypted. You can paste the JWT I gave as an example above in this cool site which basically allows you to see in decoded. JSON Web Tokens - jwt.io. - Source: dev.to / 7 days ago
  • Building Llama as a Service (LaaS)
    Although they did not make it into production, I experimented with the RabbitMQ message broker, Python (Django, Flask), Kubernetes + minikube, JWT, and NGINX. This was a hobby project, but I intended to learn about microservices along the way. - Source: dev.to / 10 days ago
  • Rethinking password security: say goodbye to plaintext passwords
    JSON Web Token (JWT) creation to extend user authentication to server-side functions. - Source: dev.to / 18 days ago
  • JWT, JWS, JWE and how to cook them
    The (probably) most famous web resource about JWT - https://jwt.io - provides such a definition of JSON Web Tokens:. - Source: dev.to / 21 days ago
  • JWT Authentication in NodeJS
    If you want to play with JWT and put these concepts into practice, you can use jwt.ioDebugger to decode, verify, and generate JWTs. - Source: dev.to / about 2 months ago
View more

LDAP mentions (1)

  • Five Dex Alternatives for Kubernetes Authentication
    Among the options for auth providers is Dex, which relies on OpenID Connect to enable authentication for other applications. It’s a popular choice because it comes with connectors to allow user authentication against other third-party identity providers. Dex supports protocols such as Lightweight Directory Access Protocol (LDAP) and Security Assertion Markup Language (SAML) as well as platforms such as GitLab,... - Source: dev.to / almost 2 years ago

What are some alternatives?

When comparing JSON Web Token and LDAP, you can also consider the following products

Auth0 - Auth0 is a program for people to get authentication and authorization services for their own business use.

Django REST framework JWT - JSON Web Token Authentication support for Django REST Framework - jpadilla/django-rest-framework-jwt

Firebase Authentication - Application and Data, Application Utilities, and User Management and Authentication

Spring Security - The Spring portfolio has many projects, including Spring Framework, Spring IO Platform, Spring Cloud, Spring Boot, Spring Data, Spring Security...

OAuth2 - Application and Data, Application Utilities, and User Management and Authentication

Devise - Flexible authentication solution for Rails with Warden.