Date
1 - 2 of 2
Using Identity Zones with implicit flow
Brian Gaston <bgaston@...>
Hello,
I hope I came to the right place. My apologies if I haven't. We are working on a native mobile app and would like to leverage UAA for authz. We have a multi-tenant environment and I was wondering how large of a task it would be to get UAA implicit flow to work with client apps so we could take full advantage of UAA's multi-tenancy support.
thanks so much.
Brian Gaston
I hope I came to the right place. My apologies if I haven't. We are working on a native mobile app and would like to leverage UAA for authz. We have a multi-tenant environment and I was wondering how large of a task it would be to get UAA implicit flow to work with client apps so we could take full advantage of UAA's multi-tenancy support.
thanks so much.
Brian Gaston
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:
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,
I hope I came to the right place. My apologies if I haven't. We are
working on a native mobile app and would like to leverage UAA for authz.
We have a multi-tenant environment and I was wondering how large of a task
it would be to get UAA implicit flow to work with client apps so we could
take full advantage of UAA's multi-tenancy support.
thanks so much.
Brian Gaston
_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev