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

Integrate with Azure AD while using APICAST #170

Open
metaversed opened this issue Apr 5, 2019 · 3 comments
Open

Integrate with Azure AD while using APICAST #170

metaversed opened this issue Apr 5, 2019 · 3 comments

Comments

@metaversed
Copy link

How can we configure Zync to be able to perform OIDC flows in integration with Azure AD as an IDP?

@metaversed
Copy link
Author

@mikz
Copy link
Contributor

mikz commented Apr 8, 2019

Zync is component that synchronizes 3scale Applications to the IDP as Clients.

The linked repo is for APIcast customization, that is no longer needed because APIcast supports forgerock already. From what I've seen supporting Azure's JWT should be trivial and fixed with 3scale/APIcast#1008.

Supporting the synchronization however is a different task.
Basically, we would need to introduce some configuration in the UI to let the user choose which IDP it is. Then implementation wise we would need a client to talk to the IDP (like: https://github.com/3scale/zync/blob/master/app/adapters/keycloak.rb) and code that orchestrates that synchronization: https://github.com/3scale/zync/blob/master/app/services/integration/keycloak_service.rb).

@pdebuitlear
Copy link

Just wondering if there is any update on this?

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

No branches or pull requests

3 participants