This extension has been tested with IdentityServer
See this sample to start an instance with docker
npm install vulcain-ext-stsauthentication --save
And import it in your index.js vulcain project file.
import { StsAuthentication } from 'vulcain-ext-stsauthentication';
exemple
vulcainStsAuthority="http://localhost:5001"