By: Mark David Dumlao named 28 Mar 2017 at 9:47 a.m. CDT

2 Responses
Mark David Dumlao gravatar
We have a client that uses a single-page application and they would like their redirect login url to be something like `https://client-host/#/oic/handler`. I can easily register such a URL in oxtrust. Question: will oxauth do the redirect as expected so long as the redirect_uri parameter is properly urlencoded? i.e. `https://gluu-host/oxauth/seam/resource/restv1/oxauth/authorize?...(oidc_params)...&redirect_uri=https://client-host/%23/oic/handler` note that `#` urlencoded is `%23` When oxauth does the redirect back, the url gets sent to `https://client-host/#/oic/handler`, correct?

By Michael Schwartz Account Admin 28 Mar 2017 at 1:52 p.m. CDT

Michael Schwartz gravatar
I don't see why not... are you seeing otherwise? Is your one page app a JavaScript browser based app? If so, have you considered using our client software: [https://github.com/GluuFederation/openid-implicit-client](https://github.com/GluuFederation/openid-implicit-client)

By Mark David Dumlao named 29 Mar 2017 at 1:23 a.m. CDT

Mark David Dumlao gravatar
Marking as closed, just wanted to check if it was supported. Our client reports it working.