stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

Okta Group Expansion #620

Closed mrosenberg closed 7 years ago

mrosenberg commented 7 years ago

Thanks to the Stormpath for making this a relatively painless transition. Seems to be fairly easy so far.

I have run into an issue where we use groups extensively in our app and use group expansion to retrieve those on authentication. Is there a similar option in the new Okta world. Group data doesn't seem to be included with the user object in 4-rc4. Do I need to make an additional request manually?

robertjd commented 7 years ago

Hi @mrosenberg , thanks for the notes!

This should be fixed in the new 4.0.0 release (official 4.x release), can you please try? Have a great weekend!

mrosenberg commented 7 years ago

@robertjd Thanks. I'm hoping to test this out tomorrow.

mrosenberg commented 7 years ago

Groups are now included as expected. Thanks for fixing that up.