mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Updated SSOAuthenticationService.swift to append / to redirect path if using an identity provider
This commit is contained in:
@@ -51,7 +51,7 @@ final class SSOAuthenticationService: NSObject {
|
||||
var ssoRedirectPath = SSOURLConstants.Paths.redirect
|
||||
|
||||
if let identityProvider = identityProvider {
|
||||
ssoRedirectPath.append(identityProvider)
|
||||
ssoRedirectPath.append("/\(identityProvider)")
|
||||
}
|
||||
|
||||
authenticationComponent.path = ssoRedirectPath
|
||||
|
||||
Reference in New Issue
Block a user