Try In Your Own App
Each walkthrough below configures ThunderID for one B2C use case and walks you through integrating it into your application.
Already following Try It Out?
This path is for integrating ThunderID into your own app. If you'd rather see the use cases running against a pre-built sample, see Try It Out.
Prerequisites
- ThunderID running locally. Follow Get ThunderID if you haven't already.
Foundation
All walkthroughs build on a shared consumer user type. Create it once here; each walkthrough then layers its own configuration on top.
Navigate to User Types → Create User Type. Add at minimum:
| Attribute | Type | Properties |
|---|---|---|
username | string | Required, unique |
email | string | Required, unique |
password | string | Credential |
See User Types.
Start with the Login walkthrough — it registers your application and builds the sign-in flow that every other walkthrough depends on.