11 lines
449 B
JSON
11 lines
449 B
JSON
{
|
|
"issuer": "https://baserow.bolbol.tn",
|
|
"authorization_endpoint": "https://baserow.bolbol.tn/authorize",
|
|
"token_endpoint": "https://baserow.bolbol.tn/token",
|
|
"registration_endpoint": "https://baserow.bolbol.tn/register",
|
|
"response_types_supported": ["code"],
|
|
"grant_types_supported": ["authorization_code", "refresh_token"],
|
|
"code_challenge_methods_supported": ["S256", "plain"],
|
|
"token_endpoint_auth_methods_supported": ["none"]
|
|
}
|