Update versions

2902-native-sso-for-mobile-app
Yadd 7 months ago
parent b3640afdcf
commit 45806cd315
  1. 2
      doc/sources/admin/idpopenidconnect.rst
  2. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/OIDCNativeSso.pm

@ -255,7 +255,7 @@ Options
https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess
for details. These offline sessions can be administered through
the Session Browser.
- **Allow Native SSO for Mobile Apps** (since version ``2.19.0``): Allow
- **Allow Native SSO for Mobile Apps** (since version ``2.21.0``): Allow
relying party to request a **device_secret**. See
https://openid.net/specs/openid-connect-native-sso-1_0.html for details.
- **Allow OAuth2.0 Password Grant** (since version ``2.0.8``): Allow the use of

@ -13,7 +13,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
);
use String::Random qw/random_string/;
our $VERSION = '2.19.0';
our $VERSION = '2.21.0';
extends 'Lemonldap::NG::Portal::Main::Plugin';

Loading…
Cancel
Save