ansible/roles/openshift-apps/testdays/templates/client_secrets.json
2025-04-07 11:52:26 +02:00

14 lines
598 B
JSON

{
"web": {
"client_id": "75775323078-ohc0tlk93skeun0kcm7uqc2mrffm2god.apps.googleusercontent.com",
"project_id": "wmpair-dev",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": [
"http://localhost:5050/flask_oidc/authorize",
"https://testdays.stg.fedoraproject.org/flask_oidc/authorize"
]
}
}