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

Allow extraTokenParams in refreshToken request #1155

Closed
wants to merge 3 commits into from

Conversation

Joelith
Copy link

@Joelith Joelith commented Aug 30, 2023

Azure AD B2C requires additional tokens when requesting to refresh the token (namely the redirect_uri and expanded scope). Other parts of the code allow for extraTokenParams so this PR allows you to set them in a signInSilent

eg:

signInSilent({
  extraTokenParams: {
    redirect_uri: 'http://abc'
 }
}

@pamapa
Copy link
Member

pamapa commented Aug 31, 2023

do not touch .gitignore and do not add dist in this pull request

@pamapa pamapa added the enhancement New feature or request label Aug 31, 2023
@pamapa
Copy link
Member

pamapa commented Nov 24, 2023

done via #1258

@pamapa pamapa closed this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants