Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.08 KB

Valtech IDP Test Clients

This public open source repo contains test/example OAuth 2.0 clients for integrating with Valtech IDP in different programming languages. The Valtech IDP client secret is not commited and will need to be fetched manually from admin interface before starting any of the examples. If you do not have access to admin interface, send an email to [email protected].

The most complete test client is python-flask as it uses id_token and has proper CSRF protection. Look at that client first!

All available clients are:

For an example on how to integrate with IDP in a mobile/native app, check out the open source project Valtech Contact Sync Android.