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
0
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
2f354c7e
Commit
2f354c7e
authored
2 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Add note on changing endpoints
parent
4c49780b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-upgrade-notes-2.0.md
+5
-0
5 additions, 0 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
with
5 additions
and
0 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
+
5
−
0
View file @
2f354c7e
...
...
@@ -39,6 +39,11 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev
`metadata/saml20-idp-hosted.php`
(or to the existing entityID when upgrading an existing installation).
If you are using a database to store metadata, make sure to replace any __DYNAMIC% entityID's with
a real value manually. Dynamic records are no longer loaded from the database.
-
SAML endpoints have changed, meaning that a metadata exchange with your peers _could_ be necessary depending on
your configuration. If you are an IDP, you are fine, because the old endpoints still work and you can still
receive authentication requests there. If you're an SP, it is dependent on you IDPs.. For example, Azure AD is known
to break and will require a new metadata exchange. However, any SAML2INT compliant IDP should accept the new endpoint
out-of-the-box _if_ you are signing your authentication requests.
## Configuration changes
...
...
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