File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ through a SimpleSAMLphp module installable through Composer. It is based on
88Currently supported flows are:
99* Authorization Code flow, with PKCE support (response_type 'code')
1010* Implicit flow (response_type 'id_token token' or 'id_token')
11- * Plain OAuth2 Implicit flow (response_type 'token')
1211* Refresh Token flow
1312
1413[ ![ Build Status] ( https://github.com/simplesamlphp/simplesamlphp-module-oidc/actions/workflows/test.yaml/badge.svg )] ( https://github.com/simplesamlphp/simplesamlphp-module-oidc/actions/workflows/test.yaml )
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ known 'issue': https://github.com/symfony/symfony/issues/19693). If you don't se
7575about this situation in your logs.
7676- The new authproc filter processing will look in an additional location for filters, in the main ` config.php ` under
7777key ` authproc.oidc `
78+ - Removed support for plain OAuth2 Implicit flow (response_type ` token ` ), because of very low usage. Note that the OIDC
79+ Implicit flow is still supported (response_type ` id_token token ` or ` id_token ` ).
7880
7981## Low impact changes
8082
@@ -95,7 +97,7 @@ has been refactored:
9597- Upgraded to v3 of laminas/laminas-diactoros https://github.com/laminas/laminas-diactoros
9698- SimpleSAMLphp version used during development was bumped to v2.3
9799- In Authorization Code Flow, a new validation was added which checks for 'openid' value in 'scope' parameter. Up to
98- now, 'openid' value was dynamically added if not present. In Implicit Code Flow this validation was already present.
100+ now, 'openid' value was dynamically added if not present. In Implicit Code Flow this validation was already present.
99101- Removed importer from legacy OAuth2 module, as it is very unlikely that someone will upgrade from legacy OAuth2
100102module to v6 of oidc module. If needed, one can upgrade to earlier versions of oidc module, and then to v6.
101103
You can’t perform that action at this time.
0 commit comments