on 2023 Jul 03 5:37 PM
We are doing this integration using oauth 2.0 token based.
Request clarification before answering.
Hi ajay.rimkar,
This could be related to role assignment in case you are getting a 403 Forbidden error.
If that is the case, then for client credentials authorization in the Neo environment, you need to assign the role to oauth_client_<clientID> in SAP BTP Cockpit as explained here.
Regards,
Sunny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
difficult to say what's going wrong.
Just a few questions to consider:
Postman: what credentials are you using to call the iFlow?
basic auth with clientid/clientsecret
Or are you fetching JWT token then sending token to iFlow?
Or basic auth with real user name
Or client certificate?
When the Happy-Application calls the iFlow, how are they doing?
Maybe they have different oauth-flow?
Do they have user-centric application that fetches JWT token with authorizcation-code?
Or they do token exchange, then send that token to the iFlow?
So, if flow is different, then this grant-type needs to be added to the list of grant-types when creating a service-instance of ProcessIntegration
Are they using the same service-instance and service-key like you?
What about user roles?
Is the endpoint protected with roles and do they have the roles in the service instance params?
These are some hints to consider
Kind Regards,
Carlos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
64 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.