feat(kanidm): Add SuiteNumerique Drive client #458
1 changed files with 17 additions and 0 deletions
|
@ -193,6 +193,9 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
###
|
||||
# NOTE: The following clients are currently used for experimental services
|
||||
|
||||
dgn_docs = {
|
||||
displayName = "SuiteNumérique Docs [Docs]";
|
||||
originUrl = "https://docs.lab.dgnum.eu/api/v1.0/callback/";
|
||||
|
@ -207,6 +210,20 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
dgn_drive = {
|
||||
displayName = "SuiteNumérique Drive [Drive]";
|
||||
originUrl = "https://drive.lab.dgnum.eu/api/v1.0/callback/";
|
||||
originLanding = "https://drive.lab.dgnum.eu";
|
||||
preferShortUsername = true;
|
||||
allowInsecureClientDisablePkce = true;
|
||||
|
||||
scopeMaps.grp_active = [
|
||||
"openid"
|
||||
"profile"
|
||||
"email"
|
||||
];
|
||||
};
|
||||
|
||||
dgn_visio = {
|
||||
displayName = "SuiteNumérique Visio [Visio]";
|
||||
originUrl = "https://visio.lab.dgnum.eu/api/v1.0/callback/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue