Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
e6c6ff58
Unverified
Commit
e6c6ff58
authored
7 years ago
by
Jaime Pérez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Fix a couple of broken links in the documentation.
parent
3e39fee0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-idp.md
+1
-1
1 addition, 1 deletion
docs/simplesamlphp-idp.md
modules/consentAdmin/docs/consentAdmin.md
+1
-1
1 addition, 1 deletion
modules/consentAdmin/docs/consentAdmin.md
with
2 additions
and
2 deletions
docs/simplesamlphp-idp.md
+
1
−
1
View file @
e6c6ff58
...
@@ -246,7 +246,7 @@ Here is an example of such a URL:
...
@@ -246,7 +246,7 @@ Here is an example of such a URL:
If the SP is a SimpleSAMLphp SP, you must also specify a
`RelayState`
parameter for the SP.
If the SP is a SimpleSAMLphp SP, you must also specify a
`RelayState`
parameter for the SP.
This must be set to a URL the user should be redirected to after authentication.
This must be set to a URL the user should be redirected to after authentication.
The
`RelayState`
parameter can be specified in the
[
SP configuration
](
saml:sp
)
, or it can be sent from the IdP.
The
`RelayState`
parameter can be specified in the
[
SP configuration
](
./
saml:sp
)
, or it can be sent from the IdP.
To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php:
To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php:
https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php
https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php
...
...
This diff is collapsed.
Click to expand it.
modules/consentAdmin/docs/consentAdmin.md
+
1
−
1
View file @
e6c6ff58
...
@@ -5,7 +5,7 @@ The consentAdmin module is an addon to the consent module. This means that
...
@@ -5,7 +5,7 @@ The consentAdmin module is an addon to the consent module. This means that
you can not use consentAdmin without the consent module. If you have not
you can not use consentAdmin without the consent module. If you have not
installed and configured the consent module, please do.
installed and configured the consent module, please do.
*
[
How to install and configure the consent module
](
consent:consent
)
*
[
How to install and configure the consent module
](
./
consent:consent
)
The consentAdmin module only works when the consent module is using a
The consentAdmin module only works when the consent module is using a
database to store the consents.
database to store the consents.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment