Skip to content

Commit 95d38aa

Browse files
committed
Update docs
1 parent 777d69f commit 95d38aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ through a SimpleSAMLphp module installable through Composer. It is based on
88
Currently 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)

UPGRADE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ known 'issue': https://github.com/symfony/symfony/issues/19693). If you don't se
7575
about 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
7777
key `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
100102
module to v6 of oidc module. If needed, one can upgrade to earlier versions of oidc module, and then to v6.
101103

0 commit comments

Comments
 (0)