Post

Replies

Boosts

Views

Activity

Reply to Updating contentRightsDeclaration now returns FORBIDDEN_ERROR
I'm getting the same issue. I tried with Admin and Developer permissions. GET works, PATCH doesn't. Status Code: 403 { "errors": [ { "status": "403", "detail": "The API key in use does not allow this request", "code": "FORBIDDEN_ERROR", "id": "<redacted>", "title": "This request is forbidden for security reasons" } ] } Failed to update profile <redacted> Status Code: 403 { "errors" : [ { "id" : "<redacted>", "status" : "403", "code" : "FORBIDDEN_ERROR", "title" : "This request is forbidden for security reasons", "detail" : "The API key in use does not allow this request" } ] }
Dec ’23
Reply to macOS SSO extension runs into a loop in redirect
I'm using Implicit and need to return the access token and ID token. On second thought, we are probably doing Device flow (or hybrid) as the authentication is done via a push to the user's mobile device, and we poll for the answer while waiting. We do not use SFSafari or any other in the extension, but regular NSSessions to complete the flow in front of our AS (also certificate-based) so the extension will catch the "authorize", do the token endpoint, etc., and needs to return to Safari with the access token and ID token, but it seems what I try doesn't work. I tried 200 but return to a blank page.
Topic: Safari & Web SubTopic: General Tags:
Jan ’23
Reply to Mac OSX Safari detect if iCloud is enabled
Yes, but what will happen if the users can't enable their iCloud keychain? We have this issue today where users are already registered on iOS 15 and once they upgraded to iOS 16 they can't use it anymore as their iCloud Keychain is disabled due to enterprise restrictions. We hear more and more complaints from big customers affected by this.
Topic: Safari & Web SubTopic: General Tags:
Nov ’22
Reply to PSSO 2.0: is previous password expected to unlock keychain?
Are you using Secure Enclave type?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Re-register device in Platform SSO
ok. I just change the config in the user registration method and then rerun again, and due to config changes it will run the device registration again. This is awkward.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to macOS PSSO extension development
Have you found the solution? Having the same issue.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Platform SSO saveLoginConfiguration error
OK, I found out that a line in my associated domains caused it. Although I had the right line in there, I had another line with a diff domain that didn't match. It didn't accept me having two lines with authsrv and diff domains. Once I removed it everything started working again.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Updating contentRightsDeclaration now returns FORBIDDEN_ERROR
I'm getting the same issue. I tried with Admin and Developer permissions. GET works, PATCH doesn't. Status Code: 403 { "errors": [ { "status": "403", "detail": "The API key in use does not allow this request", "code": "FORBIDDEN_ERROR", "id": "<redacted>", "title": "This request is forbidden for security reasons" } ] } Failed to update profile <redacted> Status Code: 403 { "errors" : [ { "id" : "<redacted>", "status" : "403", "code" : "FORBIDDEN_ERROR", "title" : "This request is forbidden for security reasons", "detail" : "The API key in use does not allow this request" } ] }
Replies
Boosts
Views
Activity
Dec ’23
Reply to Strange screenshots warning about Watch Series 3 in App Store Connect
I didn't solve it.
Replies
Boosts
Views
Activity
Nov ’23
Reply to ASAuthorizationController performRequest returns 4097 error
Opened a feedback: FB12334503 with sysdiagnose
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.AuthenticationServicesCore.AuthenticationServicesAgent"
Did you find a solution? I have the same issue
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Authorization Plugin: Auto submission of PIN for Smart card auth
Did you find a solution? Would love to hear about it.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to macOS SSO extension runs into a loop in redirect
I'm using Implicit and need to return the access token and ID token. On second thought, we are probably doing Device flow (or hybrid) as the authentication is done via a push to the user's mobile device, and we poll for the answer while waiting. We do not use SFSafari or any other in the extension, but regular NSSessions to complete the flow in front of our AS (also certificate-based) so the extension will catch the "authorize", do the token endpoint, etc., and needs to return to Safari with the access token and ID token, but it seems what I try doesn't work. I tried 200 but return to a blank page.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to How does a web app retrieve data from the Enterprise SSO extension?
It's a long shot as two years passed, but have you found the answer?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Mac OSX Safari detect if iCloud is enabled
Yes, but what will happen if the users can't enable their iCloud keychain? We have this issue today where users are already registered on iOS 15 and once they upgraded to iOS 16 they can't use it anymore as their iCloud Keychain is disabled due to enterprise restrictions. We hear more and more complaints from big customers affected by this.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Kerberos SSO extension / Authorization handling
Have you found a solution to your problem? We also have SSO extension issues.
Replies
Boosts
Views
Activity
Nov ’22
Reply to Authorization plugin for screen saver unlock
Hi, Did you get an answer? I'm trying to do the same.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’21