Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Scopes_Supported in the Discovery Endpoint

Tags:

azure-ad-b2c

I was wondering how I could change the discovery point metadata:

"scopes_supported": [
"openid"

], to include "email" and "profile" This metadata is found at the https://domain/name.onmicrosoft.com/v2.0/.well-known/openid-configuration?p={policy-name}

Thanks in advance

like image 332
AlexFAHM Avatar asked Dec 18 '25 07:12

AlexFAHM


1 Answers

I just confirmed with Azure support engineer that we can not modify the scope in the metadata.

enter image description here

like image 143
Tony Ju Avatar answered Dec 21 '25 01:12

Tony Ju