Open Closed

ABP Auth server integration #9207


User avatar
0
r.abouzid created

How can I integrate my authentication server with an existing authentication server that does not support OAuth2?


1 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    If you asked me this, honestly, the first thing I would ask is:

    "How does the existing authentication server actually work? Is there an API? Does it use session cookies? Maybe something like LDAP?"

    Because depending on how it works, the way we integrate with ABP will be very different.

    If it has an API, we could simply call it to validate users. If it works with session cookies, maybe we can just verify the session and log the user in. If it’s based on LDAP, then we can use LDAP external login provider. And if it only shares a database, it gets tricky — you would have to manually query and trust the user data, which is not ideal.

    Also, keep in mind: OAuth2.0 and OpenID Connect are considered the industry standards for authentication and authorization today. If possible, aligning your authentication server with these standards would make future integrations much easier and more secure. See: https://developers.google.com/identity/openid-connect/openid-connect

    In short: Without knowing the details, it’s impossible to pick the right integration path.

    Let me know more about how it works, and I can suggest a better approach!

Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55