-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathidp.xml.template
More file actions
12 lines (12 loc) · 902 Bytes
/
idp.xml.template
File metadata and controls
12 lines (12 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Internal settings, do not translate -->
<string translatable="false" name="idp_authorize_url">https://id.valtech.com/oauth2/authorize</string>
<string translatable="false" name="idp_token_url">https://id.valtech.com/oauth2/token</string>
<string translatable="false" name="idp_user_info_url">https://id.valtech.com/api/users/me</string>
<string translatable="false" name="idp_all_user_infos_url">https://id.valtech.com/api/users</string>
<string translatable="false" name="idp_client_id">valtech.contactsync.android</string>
<string translatable="false" name="idp_client_secret">CLIENT_SECRET_HERE</string>
<string translatable="false" name="idp_initial_scope">profile email phone vidp:get_users vidp:offline</string>
<string translatable="false" name="idp_follow_up_scope">vidp:get_users</string>
</resources>