Mock Modes
Static identity
bootstrapAuth({
implementation: "mock",
behavior: "use static identity",
decodedAccessToken_mock: {
sub: "123",
name: "John Doe",
email: "[email protected]",
realm_access: {
roles: ["realm-admin", "support-staff"]
}
}
});Decode only
Was this helpful?