Skip to content

Commit 011cd1d

Browse files
committed
Start with dedicated docs
1 parent 88d6fa7 commit 011cd1d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Installation

docs/oidc.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# OIDC Module
2+
3+
OIDC module adds support for the OpenID Provider role from the OpenID Connect protocol
4+
through a SimpleSAMLphp module installable via Composer. It is based on
5+
[OAuth2 Server from the PHP League](https://oauth2.thephpleague.com/).
6+
7+
Currently supported flows are:
8+
* Authorization Code flow, with PKCE support (response_type 'code')
9+
* Implicit flow (response_type 'id_token token' or 'id_token')
10+
* Refresh Token flow
11+
12+
# TOC
13+
* [Installation](installation.md)

0 commit comments

Comments
 (0)