What problem does it solve?
This Skill simplifies managing SLAS (Shopper Login and API Access Service) clients for shopper authentication within B2C Commerce, enabling you to configure credentials, test scenarios, and debug token issues without switching contexts.
Core Features & Use Cases
- Client management: List, view, create, update, and delete SLAS clients to support storefront authentication needs.
- OAuth scopes: Configure and test scopes, including custom scopes like c_loyalty, for targeted access.
- PWA/headless readiness: Prepare clients for headless storefronts and progressive web apps with appropriate redirect URIs and channel mappings.
- Token troubleshooting: Debug and validate tokens and client credentials with guided CLI commands.
Quick Start
Use the b2c CLI to manage SLAS clients. Example: b2c slas client list --tenant-id abcd_123
For creating a client with default scopes:
b2c slas client create --tenant-id abcd_123 --channels RefArch --default-scopes --redirect-uri http://localhost:3000/callback