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

Id_token_hint #68

Open
dariuszrup opened this issue May 29, 2023 · 1 comment
Open

Id_token_hint #68

dariuszrup opened this issue May 29, 2023 · 1 comment

Comments

@dariuszrup
Copy link

What method should I call to get the access_token that contains the id_token?

   if (isset($options['access_token']) === true) {
                $accessToken = $options['access_token'];

                $params['id_token_hint'] = $accessToken->getValues()['id_token'];
                $params['post_logout_redirect_uri'] = $params['redirect_uri'];
            }
@mustafaaloko
Copy link

@stevenmaguire any idea what access_token is supposed to be here as it's expecting that getValues method to be there. Can we directly expect the client to pass the id_token_hint. It's recommended/optional anyways.

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

No branches or pull requests

2 participants