IdentityServer
Integration Diagram
Application Index
| Application Name | Method | Source Location |
|---|---|---|
| IdentityServer | Authenticate | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
| IdentityServer | CustomerProfile | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
| IdentityServer | NewCustomer | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
| IdentityServer | UpdatePassword | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
Type Index
| Application Name | Type Name | Source Location |
|---|---|---|
| IdentityServer | Customer | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
| IdentityServer | NewCustomerRequest | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
| IdentityServer | UnauthorizedError | /github.com/anz-bank/sysl-examples/demos/sizzle_restaurant/sizzle.sysl@master |
Applications
Application IdentityServer
- This server handles all the customer related endpoints including customer profile, password update, customer authentication, etc.
IdentityServer Authenticate
this is a description of Authenticate
Sequence Diagram
Request types
Response types
No Response Types
IdentityServer CustomerProfile
Sequence Diagram
Request types
Response types
No Response Types
IdentityServer NewCustomer
Sequence Diagram
Request types
Response types
No Response Types
IdentityServer UpdatePassword
Sequence Diagram
Request types
Response types
No Response Types
Types
IdentityServer.Customer
- This contains all information relating to a customer
Fields
| Field name | Type | Description |
|---|---|---|
| string | ||
| first_name | string | |
| last_name | string | |
| phone | string |
IdentityServer.NewCustomerRequest
IdentityServer.NewCustomerRequest
Fields
| Field name | Type | Description |
|---|---|---|
| string | ||
| first_name | string | |
| last_name | string | |
| password | string | |
| phone | string |
IdentityServer.UnauthorizedError
IdentityServer.UnauthorizedError
Fields
| Field name | Type | Description |
|---|---|---|
| error_msg | string |