We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d6fa7 commit 011cd1dCopy full SHA for 011cd1d
docs/installation.md
@@ -0,0 +1 @@
1
+# Installation
docs/oidc.md
@@ -0,0 +1,13 @@
+# 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