-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support SAML in the user interactive authentication workflow. #7102
Changes from 6 commits
127c4aa
44b6cd8
b0f3bda
311949f
1e310f2
266e7d4
d1df905
018cd02
dc5ef6c
d7c2cad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Support SSO in the user interactive authentication workflow. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <html> | ||
| <head> | ||
| <title>Authentication</title> | ||
| </head> | ||
| <body> | ||
| <div> | ||
| <p> | ||
| A client is trying to remove a device/add an email address/take over | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. assuming that you know this text needs changing!
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, but thank you for marking it! 👍
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any thoughts on how customizable we want this to be? Do we want the "reason" to be templated or static?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think I understand the question. The "reason" is defined by the operation the client is requesting, so it needs to be substituted somehow? It might be worth seeking some feedback in the "Write Club" room (#write-club-internal:matrix.org) for suggestions on what this page ought to look like. |
||
| your account. To confirm this action, | ||
| <a href="{{ redirect_url | e }}">re-authenticate with single sign-on</a>. | ||
| If you did not expect this, your account may be compromised! | ||
| </p> | ||
| </div> | ||
| </body> | ||
| </html> | ||
Uh oh!
There was an error while loading. Please reload this page.