Skip to main content

Hello Team,

Can we expose IFS V10 with client credentials flow so third party can connect to IFS with that flow?

Also, how this application to application connection can be used to expose IFS REST API?

Hi Nikita,

Please read this thread, 

 


Hi @NikitaVelapure19,

 

Can we expose IFS V10 with client credentials flow so third party can connect to IFS with that flow?

As far as I know, client credentials flow is not available in App10 at the moment for integration (int cluster) type projection RestAPIs exposed by IFS and is only limited to basic authentication.
However, you could access user (main cluster) type projection RestAPIs exposed by IFS using OpenID tokenization mechanism (similar to how aurena client consumes them).

You could use client credentials flow to consume third party webservices via the REST Transport Connector.

 

Also, how this application to application connection can be used to expose IFS REST API?

You could use basic authentication when consuming integration (int cluster) type projection RestAPIs exposed by IFS.
Have a look at the API explorer overview to get an idea about the compatibility application type.

 

Cheers !
Dhananjaya.