File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- # Configuration
1+ # OIDC Module - Configuration
22
33This guide summarizes key configuration topics for the OIDC module.
44It complements the inline comments in ` config/module_oidc.php ` .
Original file line number Diff line number Diff line change 1- # OpenID Conformance
1+ # OIDC Module - OpenID Conformance
22
33This guide summarizes how to run the OpenID Foundation conformance tests
44against this module, both locally and using the hosted service.
Original file line number Diff line number Diff line change 1- # Using Docker
1+ # OIDC Module - Using Docker
22
33This document shows how to run and test the module with Docker.
44
@@ -115,7 +115,7 @@ docker exec ssp-oidc-dev-image sqlite3 /var/simplesamlphp/data/mydb.sq3 '.dump'
115115 > docker/conformance.sql
116116```
117117
118- Conformance tests are easier to run locally. See [ Conformance] ( conformance.md ) .
118+ Conformance tests are easier to run locally. See [ Conformance] ( oidc- conformance.md) .
119119
120120## Docker Compose
121121
Original file line number Diff line number Diff line change 1- # FAQ
1+ # OIDC Module - FAQ
22
33A few common questions gathered from prior discussions.
44
Original file line number Diff line number Diff line change 1- # Installation
1+ # OIDC Module - Installation
22
33This guide walks you through installing, enabling, and preparing the OIDC
44module in SimpleSAMLphp.
@@ -106,6 +106,6 @@ php modules/oidc/bin/install.php
106106## 7. Next steps
107107
108108- Configure caches, endpoints, and other options:
109- see [ Configuration] ( configuration.md )
109+ see [ Configuration] ( oidc- configuration.md)
110110- Administer clients from the UI:
111- see [ Relying Party (RP) Administration] ( configuration.md#relying-party-rp-administration )
111+ see [ Relying Party (RP) Administration] ( oidc- configuration.md#relying-party-rp-administration)
Original file line number Diff line number Diff line change 1- # Upgrade guide
1+ # OIDC Module - Upgrade guide
22
33This is an upgrade guide from versions 1 → 6. Review the changes and
44apply those relevant to your deployment.
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ any v2.\* of SimpleSAMLphp. PHP version requirements may differ.
4747| v3.\* | v2.0.\* | \> =7.4 | |
4848| v2.\* | v1.19.\* | \> =7.4 | |
4949
50- Upgrading? See the [ upgrade guide] ( upgrade.md ) .
50+ Upgrading? See the [ upgrade guide] ( oidc- upgrade.md) .
5151
5252## Documentation
5353
54- - Getting started: [ Installation] ( installation.md )
55- - Configure and operate: [ Configuration] ( configuration.md )
56- - Manage clients and UI: see [ Configuration] ( configuration.md#relying-party-rp-administration )
54+ - Getting started: [ Installation] ( oidc- installation.md)
55+ - Configure and operate: [ Configuration] ( oidc- configuration.md)
56+ - Manage clients and UI: see [ Configuration] ( oidc- configuration.md#relying-party-rp-administration)
5757- Endpoints and discovery: see
58- [ Configuration] ( configuration.md#endpoint-locations-and-well-known-urls )
59- - Running with containers: [ Using Docker] ( docker.md )
60- - Conformance tests: [ OpenID Conformance] ( conformance.md )
61- - Upgrading between versions: [ Upgrade guide] ( upgrade.md )
62- - Common questions: [ FAQ] ( faq.md )
58+ [ Configuration] ( oidc- configuration.md#endpoint-locations-and-well-known-urls)
59+ - Running with containers: [ Using Docker] ( oidc- docker.md)
60+ - Conformance tests: [ OpenID Conformance] ( oidc- conformance.md)
61+ - Upgrading between versions: [ Upgrade guide] ( oidc- upgrade.md)
62+ - Common questions: [ FAQ] ( oidc- faq.md)
You can’t perform that action at this time.
0 commit comments