Configuring OAuth for initial LDAP Authentication
Join the DZone community and get the full member experience.
Join For Free Although OAuth is not for authentication (the "auth" is for
authorization), it usually presupposes that an authentication event has
taken place. In the case of the Axway API Gateway, you can use the
internal use store for this authentication, or you can use a third-party
repository like LDAP. If you want to switch to LDAP, you can simply
choose a different authentication repository under "Validate credentials
against this repository" in the OAuth 2.0 policies in Policy Studio as
shown below:
Note that other options include CA SiteMinder, Oracle Access Manager, IBM Tivoli Access Manager, and others.
Published at DZone with permission of Mark O'Neill, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
A Complete Guide to AWS File Handling and How It Is Revolutionizing Cloud Storage
-
RBAC With API Gateway and Open Policy Agent (OPA)
-
Observability Architecture: Financial Payments Introduction
-
How to LINQ Between Java and SQL With JPAStreamer
Comments