Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
17a2433b
Unverified
Commit
17a2433b
authored
4 years ago
by
Patrick Cloke
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add notes to the changelog about an additional SSO template. (#7259)
parent
a4813878
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
CHANGES.md
+8
-4
8 additions, 4 deletions
CHANGES.md
changelog.d/7259.bugfix
+1
-0
1 addition, 0 deletions
changelog.d/7259.bugfix
with
9 additions
and
4 deletions
CHANGES.md
+
8
−
4
View file @
17a2433b
Next version
Next version
============
============
*
A new template (
`sso_auth_confirm.html`
) was added to Synapse. If your Synapse
*
Two new templates (
`sso_auth_confirm.html`
and
`sso_account_deactivated.html`
)
is configured to use SSO and a custom
`sso_redirect_confirm_template_dir`
were added to Synapse. If your Synapse is configured to use SSO and a custom
configuration then this template will need to be duplicated into that
`sso_redirect_confirm_template_dir`
configuration then these templates will
directory.
need to be duplicated into that directory.
*
Plugins using the
`complete_sso_login`
method of
`synapse.module_api.ModuleApi`
should update to using the async/await version
`complete_sso_login_async`
which
includes additional checks. The non-async version is considered deprecated.
Synapse 1.12.3 (2020-04-03)
Synapse 1.12.3 (2020-04-03)
===========================
===========================
...
...
This diff is collapsed.
Click to expand it.
changelog.d/7259.bugfix
0 → 100644
+
1
−
0
View file @
17a2433b
Do not allow a deactivated user to login via SSO.
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