php - phpOIDC Providers list -


i trying run phpoidc. here phpoidc bitbucket link https://bitbucket.org/peofiamp/phpoidc

i followed setup instructions. when run localhost/phprp. displays me page screenshot enter image description here

but there no list op in select menu. while going through index.php code, calls function db_get_providers shoud provide identity provider list database. since table in database empty , there no instructions on how fill table. having troubles run this. please help.

you need input email address of provider supports webfinger. otherwise, need manually input op's https uri box.

for example, can input alice@connect.openid4.us in "or enter op url" text box. then, performs discovery , taken op. otherwise, input like: "https://accounts.google.com/.well-known/openid-configuration".

once proves successful, going recorded in db appear in pull down.

note: typically need register client before performing these. not many providers provides dynamic registration, has done manually.

nat


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -