Skip to content

Instantly share code, notes, and snippets.

@jeswr
Last active June 27, 2023 09:49
Show Gist options
  • Save jeswr/2ba5e45a0f59d2a98eca30569bd2ad21 to your computer and use it in GitHub Desktop.
Save jeswr/2ba5e45a0f59d2a98eca30569bd2ad21 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://www.w3.org/ns/solid/oidc-context.jsonld"
],
"client_name": "Browser test app",
"client_id": "",
"redirect_uris": [
"http://localhost:3001/"
],
"scope": "openid webid",
"grant_types": [
"authorization_code"
],
"response_types": [
"code"
],
"post_logout_redirect_uris": [
"http://localhost:3001/postLogoutUrl"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment