Learn how to secure your Amplication resources with authentication plugins. Supports JWT, Basic Auth, Auth0, Supertokens, SAML, Keycloak for Node.js and ASP.NET Core Identity for .NET applications.
Navigate to Plugins
Select Authentication Category
Choose Auth Provider
Configure Settings
Build Your Service
JWT Auth Provider
jwtSecretKey
with a strong, randomly generated secret key. This key is crucial for the security of your tokens.Basic Auth Provider
username: admin
and password: admin
. Change these default credentials immediately in a production environment.Auth0 Auth Provider
Supertokens Auth Provider
SAML Auth Provider
Keycloak Auth Provider
ASP.NET Core Identity