Blog Post

IIS Support Blog
1 MIN READ

Azure B2C Signout (AADB2C90272: the id_token_hint parameter has not been specified in the request)

Sandeep_Goyal's avatar
Sandeep_Goyal
Former Employee
Apr 20, 2023

Symptom

 

Azure B2C Signout was not working for an application. 
 
Application was throwing "AADB2C90272: the id_token_hint parameter has not been specified in the request. Please provide token and try again." error. Please find below screen shot for your reference.
 

Cause

 

We did the analsis and found incorrect "Require ID Token in logout requests" property of "Sign up and sign in" userflow. "Require ID Token in logout requests" property was selected as "Yes".
 
Please find below screen shot and steps to validate/update "Require ID Token in logout requestsSession Behavior.
  • Choose All services in the top-left corner of the Azure portal, and then search for and select Azure AD B2C.
  • Select User flows.
  • Open the user flow that you previously created.
  • Select Properties.
  • Configure Require ID Token in logout requests as needed.
  • Click Save.
 

Resolution

 

We corrected "Require ID Token in logout requests" property of "Sign up and sign in" userflow. We changed the value to "No" for "Require ID Token in logout requests" properties of "Sign up and sign in" userflow.
 
Please find below screen shot and steps to validate/update "Require ID Token in logout requestsSession Behavior.
  • Choose All services in the top-left corner of the Azure portal, and then search for and select Azure AD B2C.
  • Select User flows.
  • Open the user flow that you previously created.
  • Select Properties.
  • Configure Require ID Token in logout requests as needed.
  • Click Save.

Published Apr 20, 2023
Version 1.0
No CommentsBe the first to comment