Skip to content

Instantly share code, notes, and snippets.

@SpeedxPz
Created June 3, 2024 07:05
Show Gist options
  • Save SpeedxPz/247218c56d9e20032c9a98489c9feaf7 to your computer and use it in GitHub Desktop.
Save SpeedxPz/247218c56d9e20032c9a98489c9feaf7 to your computer and use it in GitHub Desktop.
json create app
{
"client_id": "myclient",
"client_name": "MyApp",
"client_secret": "mysecret",
"grant_types": ["authorization_code", "refresh_token"],
"redirect_uris": ["http://localhost:1234/callbacks"],
"response_types": ["code", "id_token"],
"scope": "offline users.write users.read users.edit users.delete openid",
"token_endpoint_auth_method": "client_secret_post"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment