mirror of
https://github.com/hoshikawa2/oci_api_gw_custom_auth.git
synced 2026-03-03 16:19:37 +00:00
13 lines
575 B
JSON
13 lines
575 B
JSON
{
|
|
"ClientId" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
"ClientSecret" : "8xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxxxxxxxx",
|
|
"BaseUrl" : "https://idcs-xxxxxxxxxxxxxxxxxxxxx.identity.oraclecloud.com",
|
|
"AudienceServiceUrl" : "https://idcs-xxxxxxxxxxxxxxxxxxxxxxxx.identity.oraclecloud.com",
|
|
"scope" : "xxxxxxxxxxxxxxxxxxxxxxx.apigateway.us-ashburn-1.oci.customer-oci.com/super-scope",
|
|
"TokenIssuer" : "https://identity.oraclecloud.com",
|
|
"redirectURL": "http://localhost:8000/callback",
|
|
"logoutSufix":"/oauth2/v1/userlogout",
|
|
"LogLevel":"INFO",
|
|
"ConsoleLog":"True"
|
|
}
|