Skip to content

Demo IdentityServer Cordova client using oidc-token-manager.js

Notifications You must be signed in to change notification settings

dtuit/Demo.IdentityServer.Cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo.IdentityServer.Cordova

A Demo Cordova app configured to use IdentityServer3 and oidc-token-manager, InAppBrowser, and AngularJS.

Note

  • check out the modifications to oidc-token-manager to allow cordova integration here
  • angular wrapper for oidc-token-manager

tested to work on Android and Windows Phone 10

###Steps I followed to set up.

to allow the Visual Studio 2015 emulators to access a website running on the localhost (on iis-express)

open the applicationhost.config for iis-express at $(solutionDir)\.vs\config\applicationhost.config

add a new binding to the site <binding protocol="https" bindingInformation=":44333:*" />

next to allow access to the custom binding. from an administrative cmd run netsh http add urlacl https://*:44333/ user=everyone

run ipconfig and get your internet adapters IP address

you should now be able to access the identityServer website from https://<IP>:44333/core within the emulator.

About

Demo IdentityServer Cordova client using oidc-token-manager.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published