0

I have a requirement to replace the LDAP Authentication from a gateway microservice with Azure AD B2C, Is there any standard way or steps to replace that with newer authentication method or we need to completely do that from scratch to provide the implementation through Azure AD B2C.

1 Answer 1

0

There's a write-up here and some custom policy samples here.

The main steps are:

  • Migrate the users; either big bang or just in time. The main issue is that you need new passwords

  • Replace the LDAP API that you use to authenticate with an appropriate B2C code sample

  • Replace the LDAP user CRUD calls with the appropriate Graph API call

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.