mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
SSO support (#575)
* support for sso * resetMasterPassword * update jslib * [Enterprise] Added button to launch portal (#570) * initial commit * Added Enterprise button and used new business portal bool * Reverting services module local changes * Formatted some new lines * Closed alerts on lock (#572) Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local> * Updated enterprise URL dev (port) (#574) Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Co-authored-by: Addison Beck <addisonbeck1@gmail.com> Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
This commit is contained in:
@@ -88,6 +88,11 @@ const plugins = [
|
||||
filename: 'u2f-connector.html',
|
||||
chunks: ['connectors/u2f'],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './src/connectors/sso.html',
|
||||
filename: 'sso-connector.html',
|
||||
chunks: ['connectors/sso'],
|
||||
}),
|
||||
new CopyWebpackPlugin([
|
||||
{ from: './src/.nojekyll' },
|
||||
{ from: './src/manifest.json' },
|
||||
@@ -152,6 +157,7 @@ const config = {
|
||||
'app/main': './src/app/main.ts',
|
||||
'connectors/u2f': './src/connectors/u2f.js',
|
||||
'connectors/duo': './src/connectors/duo.ts',
|
||||
'connectors/sso': './src/connectors/sso.ts',
|
||||
},
|
||||
externals: {
|
||||
'u2f': 'u2f',
|
||||
|
||||
Reference in New Issue
Block a user