@amplication/plugin-auth-saml
v1.0.5
Published
Description of your plugin
Downloads
99,914
Keywords
Readme
@amplication/plugin-auth-saml
Enable SAML authentication on a service
Purpose
This plugin adds the required code to use Passport SAML strategy on the generated NestJS application. As SAML is used for authentication, a JWT token is generated for any successful authentication and it will be used for authorization in the service.
Configuration
None
Usage
This plugin is integrated with the default behavior of the service by changing the defaultAuth.guard.ts
file in the auth
folder, so all guards on REST API controllers and GraphQL API resolvers will use this authentication by default.