Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
3f741d53
Commit
3f741d53
authored
Apr 02, 2015
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declaration of Authentication Class Ref in openid-configuration (#184)
parent
72aecd6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lemonldap-ng-portal/example/openid-configuration.pl
lemonldap-ng-portal/example/openid-configuration.pl
+2
-2
No files found.
lemonldap-ng-portal/example/openid-configuration.pl
View file @
3f741d53
...
...
@@ -15,6 +15,7 @@ my $registration_uri = $portal->{oidcServiceMetaDataRegistrationURI};
my
(
$path
)
=
(
$issuerDBOpenIDConnectPath
=~
/(\w+)/
);
my
$issuer
=
$portal
->
{
oidcServiceMetaDataIssuer
};
my
@acr
=
keys
$portal
->
{
oidcServiceMetaDataAuthnContext
};
# Create OpenID configuration hash;
my
$configuration
=
{};
...
...
@@ -39,8 +40,7 @@ $configuration->{response_types_supported} = [
# $configuration->{response_modes_supported}
$configuration
->
{
grant_types_supported
}
=
[
qw/authorization_code implicit hybrid/
];
# $configuration->{acr_values_supported}
$configuration
->
{
acr_values_supported
}
=
\
@acr
;
$configuration
->
{
subject_types_supported
}
=
["
public
"];
$configuration
->
{
id_token_signing_alg_values_supported
}
=
[
qw/none HS256 HS384 HS512 RS256 RS384 RS512/
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment