Activities of "Repunjay_TASC"

Yes i am calling gateway api .

this is base method right ?

below API i have call from angular and token pass which is coming from 3rd party IDP.

Which token need to pass this api ? ABP or 3rd party IDP. ?

Hi ,

shared latest log information pls check and let me know.

shared logs over email please check

hi

I am encountering an internal server error.

Can you share the error logs of the 500?


The access_token you passed to API is not gotten from ABP. I think API doesn't recognize it.

I received a token from a third-party IDP that one i pass, let me get token from ABP and pass inside this request.

Can you help how to get token from ABP in angular

  1. You can try using this access token to call your website's API to verify that it is correct.For example:
GET /api/account/my-profile   
    Authorization: Bearer <your token>  

The /api/account/my-profile API is used to retrieve the current user's profile information. However, the user must be present in the database for this API to return valid data.

I am now able to retrieve the user ID and, based on that, fetch user details from the Identity Provider (IDP) and successfully insert them into the database.

However, after calling the /api/account/my-profile API, I am encountering an internal server error. I have shared the request and response details over email. Could you please cross-check whether all the headers in the request are correct? Meanwhile, I will continue investigating the issue internally.

I am using below header parameter to get token

Can i use this grant type grant_type=authorization_code ?

I have cross validate; Inside token we received Client ID not User ID

For your information pls find attached screen shot.

token

I have shared over email pls check

Ok let me check

Showing 51 to 60 of 206 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09