Hi, do you have any idea, how to implement OAuth2 Authorization Code Flow integration in IFS Aurena? We need to create integration with bank, where is only Authorization Code Flow possible (logging to account, approval in mobile app, configuration, granting priviledges, ...).
At this point, I have no idea, how to prepare callbackUrl for accepting GET request with strictly defined URL parameters.
Is there any manual how to prepare own SVC not depending on OData protocol?
Or use something like /soapgateway to receive and store incomming GET request?
I’d like to point out that I’ve already raised a support case CS0395220 on the exact same topic. Unfortunately, both the case response and your comment here seem to address only the title of the issue, not the actual content or technical challenge described.
I have already reviewed the KB article KB0055451, and while it is useful for authorizing external applications to access IFS, it is not applicable to our use case.
To clarify once again: We are not trying to authorize an external app to access IFS. Instead, we need IFS to initiate an OAuth2 Authorization Code Flow to access a third-party system (in this case, a bank's API) — including handling the redirect URI and authorization code exchange.
This is a different and more complex scenario that, as far as we can see, is not currently supported out of the box.
If there is any documentation or guidance specific to this direction of integration (IFS ➝ third-party system using Authorization Code Flow), it would be greatly appreciated.
Thank you.
Hi Filip,
Thank you for the detailed clarification, and apologies for overlooking the fact that KB0055451 had already been reviewed.
At this point, we’re continuing to look for a solution.
Best Regards, Grzegorz
I need something like "IFS SOAP Gateway (HTTP reader)", with whole request logging (GET parameters, headers, body), this use just body and probably only XML.