Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SSO generating invalid URLs. #7639

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Fix SSO generating invalid URLs. #7639

merged 1 commit into from
Aug 9, 2023

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Aug 9, 2023

When signing into to element.io the generated URL was login/sso/redirect/?redirectUrl=… but should be login/sso/redirect?redirectUrl=… without the trailing slash.

@pixlwave pixlwave requested review from a team and nimau and removed request for a team August 9, 2023 08:21
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.14) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d3e64c1) 12.21% compared to head (3193da2) 12.21%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7639   +/-   ##
========================================
  Coverage    12.21%   12.21%           
========================================
  Files         1648     1648           
  Lines       163668   163667    -1     
  Branches     67195    67194    -1     
========================================
  Hits         19996    19996           
+ Misses      143027   143026    -1     
  Partials       645      645           
Flag Coverage Δ
uitests 55.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
.../Authentication/SSO/SSOAuthenticationService.swift 0.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pixlwave pixlwave merged commit 41b36e0 into develop Aug 9, 2023
@pixlwave pixlwave deleted the doug/fix-sso branch August 9, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants