Set subject_types_supported in configuration endpoint (#184)

environments/ppa-mbqj77/deployments/1
Clément Oudot 10 years ago
parent 4c4ad88293
commit 62086b1570
  1. 2
      lemonldap-ng-portal/example/openid-configuration.pl

@ -39,7 +39,7 @@ $configuration->{grant_types_supported} =
[qw/authorization_code implicit hybrid/];
# $configuration->{acr_values_supported}
# REQUIRED # $configuration->{subject_types_supported}
$configuration->{subject_types_supported} = ["public"];
$configuration->{id_token_signing_alg_values_supported} =
[qw/none RS256 RS384 RS512/];

Loading…
Cancel
Save