mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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);
|
||||
|
||||
let mut well_known = tserver.at("/well-known");
|
||||
let mut well_known = tserver.at("/.well-known");
|
||||
well_known
|
||||
.at("/openid-configuration")
|
||||
.get(get_openid_configuration);
|
||||
|
|
Loading…
Reference in a new issue