Bring Your Own Auth is an enterprise feature. Contact us in Slack or at dynamic@fireblocks.com to enable it.
Prerequisites
- Dynamic Unity SDK installed and configured (see the Installation Guide)
- Bring Your Own Auth enabled and configured in the Dynamic developer console (issuer, JWKS URL, and optionally audience and cookie name)
- Your backend issues a JWT with at least
iss,sub, andexpclaims
Sign in
CallSignInWithExternalJwt on Auth.ExternalAuth with the JWT issued by your auth provider and the user’s ID in your system, which corresponds to the JWT’s sub claim.
Related
- Bring Your Own Auth: concepts, configuration, and JWT requirements.
- Session Management: manage the session after sign-in.