The application has a login to be done via OSM. OSM implements oAuth mechanism that enables users to login.
Here are the example project details:
Client ID: H9GQPRVvceXdxL8SRRCJUBer3-Hki-42B1ZbbbUHiTw
Client Secret: jAiWZuzPkGqkqCKnsb77ZqwMdTCZGZ4MXwLoYiFhP7w
Redirect URI: goinfogame://
use the above and try signing in.
Need to know:
- Base URL for authentication (oAuth base URL) -> This can be got from Android app.
outcome:
- Module with login implemented for OSM.
- Access token will be stored for the user along with user information (email and name)
Refernce Wiki link:
https://wiki.openstreetmap.org/wiki/OAuth
Auth URL : https://www.openstreetmap.org/oauth2/authorize
Token URL: https://www.openstreetmap.org/oauth2/token
Scope: write_notes read_prefs write_api write_diary
The application has a login to be done via OSM. OSM implements oAuth mechanism that enables users to login.
Here are the example project details:
Client ID:
H9GQPRVvceXdxL8SRRCJUBer3-Hki-42B1ZbbbUHiTwClient Secret:
jAiWZuzPkGqkqCKnsb77ZqwMdTCZGZ4MXwLoYiFhP7wRedirect URI:
goinfogame://use the above and try signing in.
Need to know:
outcome:
Refernce Wiki link:
https://wiki.openstreetmap.org/wiki/OAuth
Auth URL : https://www.openstreetmap.org/oauth2/authorize
Token URL: https://www.openstreetmap.org/oauth2/token
Scope: write_notes read_prefs write_api write_diary