##Android Resource Owner Flow Client for IdentityServer4
Assumptions | Functionality | How to run? | Contribution | Credits | Screen Shots
###Assumptions
-
You have got AuthorizationServer(idSvrHost) and ResourceServer(SampleApi) from the official repo https://github.com/IdentityServer/IdentityServer4.Samples https://github.com/IdentityServer/IdentityServer4.Samples/tree/dev/Mvc/src
-
You have published AuthorizationServer and working fine (I used IIS 10)
-
You have published ResourceServer and working fine (I used IIS 10)
-
You have Android Studio (I used Android Studio 1.5)
-
I have used Android Emulator to test this App
###Functionality
-
This App is based on Resource Owner Flow
-
It is Accessing Token (from AuthorizationServer)
-
It is Refreshing Token (from AuthorizationServer)
-
It is Calling Service (from ResourceServer)
###How to run?
-
Load project in Android Studio
-
set your deployed IP of AuthorizationServer and ResourceServer in "yourpath...\IDSvr4AndroidClient\app\src\main\java\abubakar\IDSvr4ROClientDroid\constants.java"
-
run or debug app in emulator
###Contribution You are warmly welcome to help me in making this code more better and adding more functionality of IdentityServer4. Please ping me at @leo9223
Muhammad Abubakar
###Credits I would really like to say thanks to Dominick Baier and Brock Allen they really help me to complete this.
###Screen Shots