Question

Can IFS V10 exposed to use client credentials flow?

  • 15 April 2021
  • 2 replies
  • 179 views

Userlevel 2
Badge +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 comments

2 replies

Userlevel 5
Badge +10

Hi Nikita,

Please read this thread, 

 

Userlevel 6
Badge +15

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.