{ "name": "Storefront SPA", "description": "Customer-facing single-page application", "type": "BROWSER", "clientId": "storefront-spa", "settings": { "oauth": { "redirectUris": ["https://shop.example.com/callback"], "grantTypes": ["authorization_code"], "scopes": ["openid", "profile", "email"] } } }