Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Unable to access http://localhost:8080/client/client.html #88

Open
pavanbv25 opened this issue Feb 4, 2016 · 3 comments
Open

Unable to access http://localhost:8080/client/client.html #88

pavanbv25 opened this issue Feb 4, 2016 · 3 comments

Comments

@pavanbv25
Copy link

Hi i am unable to access GUI for Resource Servers and Client apps registration that can be found at http://localhost:8080/client/client.html path. can you please help me

@gvanderploeg
Copy link
Contributor

So, what have you tried and what are your observations?
Any logs, any screenshots, anything that could help others help you?

On 4 February 2016 at 11:46, pavankumar [email protected] wrote:

Hi i am unable to access GUI for Resource Servers and Client apps
registration that can be found at http://localhost:8080/client/clienthtml
path can you please help me


Reply to this email directly or view it on GitHub
#88.

@pavanbv25
Copy link
Author

I just tried to follow getting started guide and implement OAuth-Apis project in my local. once this demo implementation is successful i want to implement this to secure my own api's.

127.0.0.1 - - [04/Feb/2016:10:53:07 +0000] "GET /v1/api/course HTTP/1.1" 401 error.

i am able to run http://localhost:8084/test successfully. It is having 3 steps a) oAuth setting b) oAuth Autherization c) oAuth request

In step a) and b) we are making request to

http://localhost:8080/oauth2/token,
http://localhost:8080/oauth2/authorize

and re-directional URL

http://localhost:8080/oauth2/authorize?response_type=code&client_id=cool_app_id&redirect_uri=http://localhost:8084/redirect&scope=read&state=example

But we are unable to access all three above URL's as a result it is not populating Access token in step 3 ie c) step.

can you please help me to figure out why i am unable to hit these URL's which is running 8080.

image

@web-apply
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants