简体   繁体   中英

Get access token from JHipster with OAuth2

I'm reading about this OAuth2 but I can't find anything to get my token from JHipster I saw an api to connect to google , facebook... but nothing to JHipster.

My JHipster is already set up and running but i can't find this url/methods.

Does JHipster come with default url to get request and access token? and how can I retrieve that from my android app?

It is ​http://localhost:8080/oauth/token

Look at src/main/webapp/scripts/components/auth/provider/auth.oauth2.service.js for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM