Back

IdentityServer

Integration Diagram

Application Index

Application Name Method Source Location
IdentityServer Authenticate https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl
IdentityServer CustomerProfile https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl
IdentityServer NewCustomer https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl
IdentityServer UpdatePassword https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl

Type Index

Application Name Type Name Source Location
IdentityServer Customer https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl
IdentityServer NewCustomerRequest https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl
IdentityServer UnauthorizedError https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl

Applications

Application IdentityServer

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


IdentityServer NewCustomer

Sequence Diagram

Request types

Response types


IdentityServer UpdatePassword

Sequence Diagram

Request types

Response types

No Response Types


Types

IdentityServer.Customer

IdentityServer.Customer

Full Diagram

Fields

Field name Type Description
email string
first_name string
last_name string
phone string
IdentityServer.NewCustomerRequest

IdentityServer.NewCustomerRequest

Full Diagram

Fields

Field name Type Description
email string
first_name string
last_name string
password string
phone string
IdentityServer.UnauthorizedError

IdentityServer.UnauthorizedError

Full Diagram

Fields

Field name Type Description
error_msg string