Missing cancel action for authentication mixin

fixed double quotes
Added `SamlAuth` to proxies map so we can use ngrok and saml auth locally
This commit is contained in:
Westly Wright 2019-04-11 10:18:48 -07:00
parent 11ea8e36d5
commit 02078b4e42
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
3 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,12 @@ export default Mixin.create({
actions: {
cancel() {
if (this.transitionToRoute) {
this.transitionToRoute('security.authentication');
}
},
edit() {
set(this, 'editing', true);
},

View File

@ -1 +1 @@
{{partial 'saml-config'}}
{{partial "saml-config"}}

View File

@ -76,6 +76,7 @@ module.exports = function(app, options) {
'Swagger': '/swaggerapi',
'Version': '/version',
'Apiui': '/api-ui',
'SamlAuth': '/v1-saml',
}
app.use('/', function(req, res, next) {