Feature/5308 sso on internal browser

This commit is contained in:
Frank Rotermund
2023-12-08 11:42:02 +00:00
parent bdb8a7a92f
commit 02bb97687d
19 changed files with 122 additions and 26 deletions
@@ -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
}