hookflash / obsolete.op-identity-provider-server-php

Open Peer Reference Identity Provider Server-side implemented in PHP
2 stars 4 forks source link

Distinguish Login Scenario #67

Closed adriano-maljkovic closed 10 years ago

adriano-maljkovic commented 10 years ago

$feature https://github.com/hookflashco/hcs-stack/issues/49

Distinguish between these two scenarios:

If a login sequence has initially began with an identity-access-start then everything will end with an identity-access-complete. No redirection to profile page will happen!

If, however, there was no identity-access-start but rather vie somebody hit the login page in the browser, then, after the login completes, the user will be redirected to his profile page.