DEV Community

Discussion on: Connect your Java App with Power Apps

Collapse
 
garrywma profile image
Garry Whittaker 💙

How would you add some form of security to that API?

Collapse
 
sandraahlgrimm profile image
Sandra Ahlgrimm

It is actually generated for you. I turned it off for the demo. So you can choose between JSON Web Tokens (JWT),
Session-based authentication,
OAuth2 and OpenID Connect,
JHipster User Account and Authentication (UAA)
as described here: jhipster.tech/security/

Collapse
 
garrywma profile image
Garry Whittaker 💙

Excellent. Follow up. How would this be handled client side? In the custom connector or the PowerApp?

Thread Thread
 
davestechtips profile image
Dawid van Heerden - DavesTechTips

Hi Gary. Yes correct, the Custom Connector would have to make provision for the authentication. Depending on the connector type, the users who consume the connections might have to specify logon credentials as well.