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.
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.
Nov ’22