We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e41cee commit f6d3bd6Copy full SHA for f6d3bd6
1 file changed
ee/psso/PSSO/EnterpriseSSO.swift
@@ -47,6 +47,12 @@ extension AuthenticationViewController: ASAuthorizationProviderExtensionAuthoriz
47
request.doNotHandle()
48
return
49
}
50
+#if os(macOS)
51
+ return getSignedResponseMac(challenge: challenge, request: request)
52
+#endif
53
+ }
54
+
55
+ public func getSignedResponseMac(challenge: String, request: ASAuthorizationProviderExtensionAuthorizationRequest) {
56
Task {
57
do {
58
let header = try await SysdBridge.shared.platformSignedEndpointHeader(
0 commit comments