mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Feature/5308 sso on internal browser
This commit is contained in:
@@ -72,6 +72,11 @@ final class SSOAuthenticationService: NSObject, SSOAuthenticationServiceProtocol
|
||||
|
||||
authenticationComponent.queryItems = queryItems
|
||||
|
||||
// bwi #5308 set url scheme from https to app url acheme if given by App Config
|
||||
if let urlScheme = AppConfigService.shared.externalUrlScheme() {
|
||||
authenticationComponent.scheme = urlScheme
|
||||
}
|
||||
|
||||
return authenticationComponent.url
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user