Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Support syncable idP for AzureAD #2624

Open
leoncamel opened this issue Jan 18, 2024 · 1 comment
Open

feature: Support syncable idP for AzureAD #2624

leoncamel opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@leoncamel
Copy link

As discussed in #2623, we need a syncer for AzureAD provider.

A possible way is, using Microsoft Graph API.

There are two way to implement it:

  1. Use MS Graph's Golang SDK. The will introduce many dependencies.
  2. Use HTTP client to call API directly, which is more elegant.

Any comments about it?

@casbin-bot
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants