Appauth-android: Having trouble implementing login

Created on 31 May 2017  路  1Comment  路  Source: openid/AppAuth-Android

Hi everyone,
I am trying to use the example app to implement the login on my OAuth2 server (Keycloak).
I am not sure on what to write in the .json file, specifically, in "authorization_endpoint_uri","token_endpoint_uri" and "registration_endpoint_uri".
Could somebody explain to me which would be those URL?

This is my config file so far. When I try to log in, it appears my administrator login page.

{
  "client_id": "PowerApp",
  "redirect_uri": "https://appauth.demo-app.io/oauth2redirect",
  "authorization_scope": "openid email profile",
  "discovery_uri": "",
  "authorization_endpoint_uri": "http://192.168.1.108:8080/auth",
  "token_endpoint_uri": "http://192.168.1.108:8080/auth",
  "registration_endpoint_uri": "http://192.168.1.108:8080/auth",
  "https_required": false
}

Thank you!

question

Most helpful comment

You'll need to consult the documentation for KeyCloak - this StackOverflow question is probably also helpful.

>All comments

You'll need to consult the documentation for KeyCloak - this StackOverflow question is probably also helpful.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Write4Dinesh picture Write4Dinesh  路  3Comments

rafallopatka picture rafallopatka  路  5Comments

trebouillon picture trebouillon  路  6Comments

filipkowicz picture filipkowicz  路  3Comments

rahulsingh0089 picture rahulsingh0089  路  7Comments