As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hello i wonder can i pull collection from kinvey and render it on my home page without any authentication/authorization. Every time give me a response 401 Unauthorized. Any suggestions? Thanks in advance!
Best Answer
P
Pranav J
said
almost 5 years ago
Andon,
All backend API calls are made with the credentials of the active user, enforcing the corresponding access control. You can not pull a collection from Kinvey without authentication/ authorization. Every request to an app backend on Kinvey, made by one of our mobile SDKs or another client, is associated with a security context. Kinvey uses this context to determine whether the user making the request is:
Who they say they are -- The user is authenticated using their credentials
Allowed to do what they're trying to do -- The user is authorized to act on the resource in the manner specified
Let me know if you have more questions.
Thanks,
Pranav
Kinvey
1 Comment
P
Pranav J
said
almost 5 years ago
Answer
Andon,
All backend API calls are made with the credentials of the active user, enforcing the corresponding access control. You can not pull a collection from Kinvey without authentication/ authorization. Every request to an app backend on Kinvey, made by one of our mobile SDKs or another client, is associated with a security context. Kinvey uses this context to determine whether the user making the request is:
Who they say they are -- The user is authenticated using their credentials
Allowed to do what they're trying to do -- The user is authorized to act on the resource in the manner specified
Andon Mitkov Mitev
Hello i wonder can i pull collection from kinvey and render it on my home page without any authentication/authorization. Every time give me a response 401 Unauthorized. Any suggestions? Thanks in advance!
Andon,
All backend API calls are made with the credentials of the active user, enforcing the corresponding access control. You can not pull a collection from Kinvey without authentication/ authorization. Every request to an app backend on Kinvey, made by one of our mobile SDKs or another client, is associated with a security context. Kinvey uses this context to determine whether the user making the request is:
Let me know if you have more questions.
Thanks,
Pranav
Kinvey
Pranav J
Andon,
All backend API calls are made with the credentials of the active user, enforcing the corresponding access control. You can not pull a collection from Kinvey without authentication/ authorization. Every request to an app backend on Kinvey, made by one of our mobile SDKs or another client, is associated with a security context. Kinvey uses this context to determine whether the user making the request is:
Let me know if you have more questions.
Thanks,
Pranav
Kinvey
-
How do I access query string values for GET and DELETE requests?
-
Basic Authentication in Business Logic
-
How do I cascade delete entities from related collections?
-
All BL failing with Violation Error
-
How do I send push notifications?
-
Whenever I try to query by _id, I get zero results
-
receiving SOCKETTIMEDOUT when requesting external http response
-
Unique Constraints on a collection column?
-
Need some help with grouping
-
Accessing Endpoint from Collection Hook
See all 342 topics