added guide for SAML settings
This commit is contained in:
@@ -109,7 +109,6 @@ module.exports = {
|
||||
attribute: {
|
||||
id: undefined,
|
||||
username: undefined,
|
||||
displayName: undefined,
|
||||
email: undefined
|
||||
}
|
||||
},
|
||||
|
||||
@@ -84,7 +84,6 @@ module.exports = {
|
||||
attribute: {
|
||||
id: process.env.HMD_SAML_ATTRIBUTE_ID,
|
||||
username: process.env.HMD_SAML_ATTRIBUTE_USERNAME,
|
||||
displayName: process.env.HMD_SAML_ATTRIBUTE_DISPLAYNAME,
|
||||
email: process.env.HMD_SAML_ATTRIBUTE_EMAIL
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user