This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 829
Fix Native OIDC for Element Desktop #12253
Merged
+23
−5
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
04937bf
Reuse exported common type
t3chguy f8d2fe8
Improve client metadata used for OIDC dynamic registration
t3chguy 039589b
Fix Native OIDC for Element Desktop by including ssoid in the url_sta…
t3chguy 99a388c
Reuse exported common type
t3chguy b04f49c
Improve client metadata used for OIDC dynamic registration
t3chguy ca6a112
Fix typo
t3chguy 507447c
Fix test
t3chguy f50ccf6
Merge branch 't3chguy/oidc-metadata' into t3chguy/oidc-desktop
t3chguy c4a257e
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…
t3chguy 28b0cc5
Merge branch 't3chguy/oidc-metadata' of github.com:matrix-org/matrix-…
t3chguy e0f76d7
Merge remote-tracking branch 'origin/t3chguy/oidc-desktop' into t3chg…
t3chguy e98bc0b
Merge branch 'develop' into t3chguy/oidc-desktop
t3chguy 7a40f91
Merge remote-tracking branch 'origin/t3chguy/oidc-desktop' into t3chg…
t3chguy 909ce08
Mock PlatformPeg
t3chguy 563fa45
Mock platform
t3chguy f4898da
Add comment
t3chguy ef4e544
Improve comment
t3chguy d13727a
Update src/BasePlatform.ts
t3chguy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there an associated PR which will actually populate this for
ElectronPlatform
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
element-hq/element-web#27017