{
"domains": {
"auth0": "xyz.auth0.com",
"okta": "xyz.okta.com"
},
"apps": {
"sample-okta-authorization-code-app": {
"client_id": "",
"client_secret": ""
},
"sample-okta-device-authorization-app": {
"client_id": "",
"client_secret": "",
"scopes": [
"openid",
"profile",
"email"
]
},
"sample-okta-client-credentials-app-jwt": {
"client_id": "",
"client_secret": "",
"scopes": [
"okta.users.read"
]
},
"sample-okta-client-credentials-app": {
"client_id": "",
"client_secret": "",
"scopes": [
"hw-test"
]
},
"sample-okta-resource-owner-app": {
"client_id": "",
"client_secret": "",
"scopes": [],
"user": {
"username": "",
"password": ""
}
},
"sample-twitter-authorization-code-app": {
"client_id": "",
"client_secret": ""
},
"sample-azure-device-authorization-app": {
"client_id": "",
"client_secret": ""
},
"sample-google-authorization-code-app": {
"client_id": "",
"client_secret": ""
},
"sample-google-device-authorization-app": {
"client_id": "",
"client_secret": "",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
},
"sample-auth0-authorization-code-app": {
"client_id": "",
"client_secret": ""
},
"sample-auth0-device-authorization-app": {
"client_id": "",
"client_secret": "",
"scopes": [
"openid",
"profile",
"email",
"offline_access"
]
},
"sample-auth0-client-credentials-app": {
"client_id": "",
"client_secret": "",
"scopes": [
"read:users"
]
},
"sample-auth0-resource-owner-app": {
"client_id": "",
"client_secret": "",
"scopes": [],
"user": {
"username": "",
"password": ""
}
},
"sample-github-authorization-code-app": {
"client_id": "",
"client_secret": ""
},
"sample-github-device-authorization-app": {
"client_id": "",
"client_secret": ""
}
}
}