Re: Using Identity Zones with implicit flow
Filip Hanik
hi Brian, the task shouldn't be so difficult.
Most languages already have some OAuth library to leverage that does all the work for you. And even without a library, Oauth is pretty straight forward. Just some HTTP calls with redirects. Are you looking for an example? pure HTTP example looks like: https://github.com/cloudfoundry/uaa/blob/develop/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/ImplicitGrantIT.java#L78-L130 Filip On Mon, May 4, 2015 at 9:08 PM, Brian Gaston <bgaston(a)learningsciences.com> wrote: Hello, |
|