Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenIDConnectClient.php5 #12

Merged
merged 3 commits into from
Jul 24, 2014
Merged

Update OpenIDConnectClient.php5 #12

merged 3 commits into from
Jul 24, 2014

Conversation

cicalese
Copy link
Collaborator

Allows the caller to send "prompt=login" to cause the authentication server to reauthenticate the end user. The default behavior is unchanged.

Allows the caller to send "prompt=login" to cause the authentication server to reauthenticate the end user. The default behavior is unchanged.
@jumbojett
Copy link
Owner

This is needed functionality but doesn't scale to include additional prompt values. I'd advise adding a generic public function entitled addAuthParam and allow it function similar to addScope.

Auth params could be added in the following way:

$oidc->addAuthParam(array('prompt' => 'login'));

jumbojett added a commit that referenced this pull request Jul 24, 2014
Client can now specify additional auth params
@jumbojett jumbojett merged commit cba5917 into jumbojett:master Jul 24, 2014
@brunopenso brunopenso mentioned this pull request Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants