Socket
Book a DemoInstallSign in
Socket

@amplication/plugin-auth-saml

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-auth-saml

Description of your plugin

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
3
50%
Maintainers
0
Weekly downloads
 
Created
Source

@amplication/plugin-auth-saml

NPM Downloads

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.

FAQs

Package last updated on 16 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts