Skip to content

Documentation

Integrate Continue with StoatBoard

Use one issuer and standard OpenID Connect discovery. StoatBoard verifies a linked Stoat identity without asking users or developers to handle a Stoat session token.

Start here

Create the client before writing integration code

  1. 1. Application

    Describe the product users will authorize.

  2. 2. Client

    Choose Web or SPA and register exact redirect URIs.

  3. 3. Integration

    Follow discovery and the Authorization Code with PKCE tutorial.

Choose your path

Protocol starting point

Issuer
https://stoatboard.com
Discovery
https://stoatboard.com/.well-known/openid-configuration

Do not hard-code the other endpoints. Discover them from the issuer, and use a maintained OpenID Connect client library to validate the ID token and JWKS.