Skip to main content
Question

Can IFS V10 exposed to use client credentials flow?

  • April 15, 2021
  • 2 replies
  • 188 views

Forum|alt.badge.img+4

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?

This topic has been closed for replies.

2 replies

Mohamed Infaz
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • April 15, 2021

Hi Nikita,

Please read this thread, 

 


dhlelk
Superhero
Forum|alt.badge.img+15
  • Superhero
  • April 16, 2021

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.