@@ -6,6 +6,7 @@ and is based on the
66[ OAuth2 Server from the PHP League] ( https://oauth2.thephpleague.com/ ) .
77
88Supported flows:
9+
910- Authorization Code, with PKCE (response_type: ` code ` )
1011- Implicit (response_type: ` id_token token ` or ` id_token ` )
1112- Refresh Token
@@ -21,6 +22,7 @@ capabilities. OIDFed can be enabled or disabled in the module
2122configuration.
2223
2324Currently supported OIDFed features:
25+
2426- Automatic client registration using a Request Object (by value)
2527- Federation participation limiting based on Trust Marks
2628- Endpoint for issuing a configuration entity statement (about itself)
@@ -34,14 +36,16 @@ OIDFed is implemented using the
3436
3537Minor versions listed show which SimpleSAMLphp versions were used during
3638module development. SimpleSAMLphp follows semantic versioning for its
37- API since v2.0. For example, v5.* of the OIDC module should work with
38- any v2.* of SimpleSAMLphp. PHP version requirements may differ.
39-
40- - OIDC v6.* → SimpleSAMLphp v2.3.* , v2.4.* → PHP >= 8.2 (recommended)
41- - OIDC v5.* → SimpleSAMLphp v2.1.* → PHP >= 8.1
42- - OIDC v4.* → SimpleSAMLphp v2.0.* → PHP >= 8.0
43- - OIDC v3.* → SimpleSAMLphp v2.0.* → PHP >= 7.4
44- - OIDC v2.* → SimpleSAMLphp v1.19.* → PHP >= 7.4
39+ API since v2.0. For example, v5.\* of the OIDC module should work with
40+ any v2.\* of SimpleSAMLphp. PHP version requirements may differ.
41+
42+ | OIDC module | Tested SimpleSAMLphp | PHP | Note |
43+ | :------------| :---------------------| :------:| -------------|
44+ | v6.\* | v2.3.\* , v2.4.\* | \> =8.2 | Recommended |
45+ | v5.\* | v2.1.\* | \> =8.1 | |
46+ | v4.\* | v2.0.\* | \> =8.0 | |
47+ | v3.\* | v2.0.\* | \> =7.4 | |
48+ | v2.\* | v1.19.\* | \> =7.4 | |
4549
4650Upgrading? See the [ upgrade guide] ( upgrade.md ) .
4751
0 commit comments