Hi
What should I add to the config-local.js authProviders when using SAML, or nothing is needed there ?
configLocal.authProviders = [
{
name: “SAML”,
url: “???”,
ajax: true,
icon: “fa fa-database”,
isUseCredentialsForm: true,
},
];
OHDSI Home | Forums | Wiki | Github |
Hi
What should I add to the config-local.js authProviders when using SAML, or nothing is needed there ?
configLocal.authProviders = [
{
name: “SAML”,
url: “???”,
ajax: true,
icon: “fa fa-database”,
isUseCredentialsForm: true,
},
];
Hello @Tubadc
Did you solve this problem? I would also like to use SAML authentication for the OHDSI WebAPI and ATLAS.
Thanks
Arthur