mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
updates the oauth2 URL, updating book layout (#807)
This commit is contained in:
parent
55d76cd7dc
commit
06eeead51d
|
@ -1,23 +1,28 @@
|
||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
- [Introduction to Kanidm](./intro.md)
|
- [Introduction to Kanidm](intro.md)
|
||||||
- [Installing the Server](./installing_the_server.md)
|
- [Installing the Server](installing_the_server.md)
|
||||||
- [Server Configuration](./server_configuration.md)
|
- [Server Configuration](server_configuration.md)
|
||||||
- [Security Hardening](./security_hardening.md)
|
- [Security Hardening](security_hardening.md)
|
||||||
|
- [Client Tools](client_tools.md)
|
||||||
|
- [Installing client tools](installing_client_tools.md)
|
||||||
|
- [Accounts and Groups](accounts_and_groups.md)
|
||||||
|
- [Administrative Tasks](administrivia.md)
|
||||||
|
- [Monitoring the platform](monitoring.md)
|
||||||
|
- [Password Quality and Badlisting](password_quality.md)
|
||||||
|
- [POSIX Accounts and Groups](posix_accounts.md)
|
||||||
|
- [SSH Key Distribution](ssh_key_dist.md)
|
||||||
|
- [The Recycle Bin](recycle_bin.md)
|
||||||
|
- [Why TLS?](why_tls.md)
|
||||||
|
|
||||||
|
# For Developers
|
||||||
|
|
||||||
- [Client Tools](./client_tools.md)
|
|
||||||
- [Installing client tools](./installing_client_tools.md)
|
|
||||||
- [Accounts and Groups](./accounts_and_groups.md)
|
|
||||||
- [Administrative Tasks](./administrivia.md)
|
|
||||||
- [Monitoring the platform](./monitoring.md)
|
|
||||||
- [Password Quality and Badlisting](./password_quality.md)
|
|
||||||
- [POSIX Accounts and Groups](./posix_accounts.md)
|
|
||||||
- [SSH Key Distribution](./ssh_key_dist.md)
|
|
||||||
- [The Recycle Bin](./recycle_bin.md)
|
|
||||||
- [Oauth2](./oauth2.md)
|
|
||||||
- [PAM and nsswitch](./pam_and_nsswitch.md)
|
|
||||||
- [RADIUS](./radius.md)
|
|
||||||
- [LDAP](./ldap.md)
|
|
||||||
- [Why TLS?](./why_tls.md)
|
|
||||||
- [Developer Guide](DEVELOPER_README.md)
|
- [Developer Guide](DEVELOPER_README.md)
|
||||||
|
|
||||||
|
# Integrations
|
||||||
|
|
||||||
|
- [Oauth2](integrations/oauth2.md)
|
||||||
|
- [PAM and nsswitch](integrations/pam_and_nsswitch.md)
|
||||||
|
- [RADIUS](integrations/radius.md)
|
||||||
|
- [LDAP](integrations/ldap.md)
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ lazy_static! {
|
||||||
static ref CLASS_OAUTH2_BASIC: PartialValue =
|
static ref CLASS_OAUTH2_BASIC: PartialValue =
|
||||||
PartialValue::new_class("oauth2_resource_server_basic");
|
PartialValue::new_class("oauth2_resource_server_basic");
|
||||||
static ref URL_SERVICE_DOCUMENTATION: Url =
|
static ref URL_SERVICE_DOCUMENTATION: Url =
|
||||||
Url::parse("https://kanidm.github.io/kanidm/oauth2.html")
|
Url::parse("https://kanidm.github.io/kanidm/master/integrations/oauth2.html")
|
||||||
.expect("Failed to parse oauth2 service documentation url");
|
.expect("Failed to parse oauth2 service documentation url");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue