Sample console app to demo OAuth2 flow with PKCE in IFS 10

  • 17 March 2021
  • 0 replies
  • 192 views

Userlevel 7
Badge +20
  • Superhero (Partner)
  • 671 replies

Hi All,

 

There were many recent discussions in the forum regarding the OAuth flow and how to use it to authenticate IFS.

I was but curious to give a shot on implementing OAuth flow with IFS Identity Provider and finally got it to work :sunglasses:

You can check the code in my github repo https://github.com/knakit/IFS-OAuth

Code is pretty primitive and most of it either taken from stackoverflow or from other repos :wink:

More information about the IFS Authentication flow with OAuth can be found in my blog IFS Authentication flow with OAuth and OpenID Connect – DSJ's Blog (dsj23.me)

 

Like, comment and if you think you can make it better, pls contribute to the github project!

Cheers!

Damith


This topic has been closed for comments