stormpath / stormpath-lumen

Build simple, secure web applications with Stormpath and Lumen
Other
10 stars 1 forks source link

idSite feature available? #1

Closed deanmraz closed 8 years ago

deanmraz commented 8 years ago

I've enabled it but none of the routes work

idSite: enabled: true uri: "/idSiteResult" nextUri: "/" loginUri: "/login" forgotUri: "/forgot" registerUri: "/register"

bretterer commented 8 years ago

@deanmraz

I am sorry for the confusion here. idSite is a web based flow and is not set up to function inside of the stormpath-lumen package.

The stormpath-lumen package is designed to only respond with JSON responses. If you are looking to use idSite with one of our integrations, you would have to switch to using stormpath-laravel package inside of Laravel. (the stormpath-laravel package will not work with Lumen)

I will make a note here to remove the idSite configuration options from the yaml file.

bretterer commented 8 years ago

Resolved and will be released in 0.1.4

Will require re-publishing config file, or removing that section.