Home Schema Example JSON Schema

Session Metadata

Type: object

Session.Metadata are used to store session related metadata from provider/application.

Sgid

Type: object

Metadata for 'SgidProvider'

State

Type: string

State which will be passed back once the end-user logs in.

Must be at least 1 characters long

Nonce

Type: string

Unique nonce for this session.

Must be at least 1 characters long

Code Verifier

Type: string

The code verifier corresponding to the code challenge that was passed to authorization_url.

Must be at least 1 characters long

Access Token

Type: string

Access token generated for sub. This will be used to access all sgid endpoint.

Must be at least 1 characters long

Subject Identifier Claim

Type: string

The subject identifier claim is the end-user's unique ID.

Must be at least 1 characters long

Additional Properties of any type are allowed.

Type: object

Additional Properties of any type are allowed.

Type: object