Open Closed

How to securely access the host APIs from postman. #965


User avatar
0
safi created

Hi

I want to know how to securely access the host APIs from postman like how do we set oauth tokens etc.

Thanks,


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi safi

    I think you can refer to the doc of POSTMAN.

    https://learning.postman.com/docs/sending-requests/authorization/

  • User Avatar
    0
    nowayja created

    HI let me expand on the question

    We have a client that wants read only access to five APIs in a system created with ABP Suite / Commercial

    What is the simplest way for us to give our client access to these 5 APIs eg with an auth token?

    Can we set this up with Identity Server

    Guys as always , an amazing project, but sometimes the docs dont cover everything.

    big thank you

    Jon

    PS we know how to use postman , we were not asking ABP tech supprt to teach us postman, we were asking ABP support to help us with ABP ...

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi @nowayja

    Thanks for your explain.

    You can create a new API SCOPE, API RESOURCE and CLIENT.

    Then use scope to protect the api(https://docs.identityserver.io/en/latest/topics/apis.html).

  • User Avatar
    0
    nowayja created

    much appreciated

    Thank you

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11