You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
release: v7.9.0 (#3047)
* add new docs version 7.9.x * update to release version v7.9.0 * doc: add changelog summary --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
committed by
GitHub
parent
b7ff804506
commit
2ecb2c64aa
83
docs/versioned_sidebars/version-7.9.x-sidebars.json
Normal file
83
docs/versioned_sidebars/version-7.9.x-sidebars.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"docs": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "welcome"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "behaviour"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Configuration",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "configuration/overview"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"configuration/overview",
|
||||
"configuration/integration",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "OAuth Provider Configuration",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "configuration/providers/index"
|
||||
},
|
||||
"items": [
|
||||
"configuration/providers/adfs",
|
||||
"configuration/providers/azure",
|
||||
"configuration/providers/bitbucket",
|
||||
"configuration/providers/digitalocean",
|
||||
"configuration/providers/facebook",
|
||||
"configuration/providers/gitea",
|
||||
"configuration/providers/github",
|
||||
"configuration/providers/gitlab",
|
||||
"configuration/providers/google",
|
||||
"configuration/providers/keycloak",
|
||||
"configuration/providers/keycloak_oidc",
|
||||
"configuration/providers/linkedin",
|
||||
"configuration/providers/login_gov",
|
||||
"configuration/providers/ms_entra_id",
|
||||
"configuration/providers/nextcloud",
|
||||
"configuration/providers/openid_connect"
|
||||
]
|
||||
},
|
||||
"configuration/session_storage",
|
||||
"configuration/tls",
|
||||
"configuration/alpha-config"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Features",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "features/endpoints"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"features/endpoints"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Community",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "community/security"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"community/contribution",
|
||||
"community/security"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user