New Member
Since ‎03-13-2020
‎06-22-2021

My Stats

  • 7 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

stuartruiz's Bio

Badges stuartruiz Earned

View all badges

Recent Activity

I am currently building a login app that implements the authorization code grant type (3-legged OAuth).I have it working, where a calling app calls a /authorize endpoint, the login app verifies credentials and gets an authorization code, then the log...
I am building a login app that uses the authorization code grant type (3-legged OAuth) and am wondering how other people have solved the login app handling the public ClientId of the apigee app. The first two legs of the flow (/authorize and /authori...