mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
updating well-known URI to meed OIDC spec (#563)
This commit is contained in:
parent
1cb057ba1d
commit
80753451ca
|
@ -1230,7 +1230,7 @@ pub fn create_https_server(
|
||||||
|
|
||||||
tserver.at("/status").get(self::status);
|
tserver.at("/status").get(self::status);
|
||||||
|
|
||||||
let mut well_known = tserver.at("/well-known");
|
let mut well_known = tserver.at("/.well-known");
|
||||||
well_known
|
well_known
|
||||||
.at("/openid-configuration")
|
.at("/openid-configuration")
|
||||||
.get(get_openid_configuration);
|
.get(get_openid_configuration);
|
||||||
|
|
Loading…
Reference in a new issue