portal page redirect

Asked by K N

The portal page is set in externalCMS as http://google.com and it works when it wants to but most of the time it just sits at my auth server page after login. did i miss something during the config or is this a bug?

Question information

Language:
English Edit question
Status:
Solved
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Solved by:
gbastien
Solved:
Last query:
Last reply:
Revision history for this message
K N (kushalnaik00) said :
#1

okay i think i have it narrowed down to it not providing the user/pass needed for local auth?

looking at the typical usage for plugins its sending this:

" apAuthLocalUser[username]=test&
      apAuthLocalUser[password]=123123123&"

back to the router, how do i do this with just a form?

Revision history for this message
Best gbastien (gbastien02) said :
#2

Did you follow the instructions at http://www.authpuppy.org/doc/Typical_usage_scenarios_with_plugins ?

You need to obtain a token via the apWebServicePlugin and redirect the browser to the redirect url it sends you, which should contain all the necessary information for the connection to be made.

Revision history for this message
K N (kushalnaik00) said :
#3

Thanks gbastien, that solved my question.