Axowl is a standard OIDC/OAuth2 authorization server, scoped per organization. Any compliant client (with a custom SDK count of zero) can integrate by pointing Authority at the org’s issuer.
JWKS: published in discovery; tokens are RS256, per-org keys
The issuer is derived from the host you call, so it always matches the environment you are on —
and it is the exact string in the iss claim your library will validate. Read it from discovery
rather than hard-coding it.