ADCONNECT – Migration between domains with a single Tenant
Hello everyone, guys I have the following scenario. Domain A with Adconnect synchronizing users with Tenant.The need came to migrate users to a new B domain. This new domain…
06/12/2023
Right now when I reach out to “https://login.microsoftonline.com/{myAppId}/v2.0/.well-known/openid-configuration” I get the following options in my json: “claims_supported”: [ “sub”, “iss”, “cloud_instance_name”, “cloud_instance_host_name”, “cloud_graph_host_name”, “msgraph_host”, “aud”, “exp”, “iat”, “auth_time”, “acr”, “nonce”, “preferred_username”, “name”, “tid”, “ver”, “at_hash”, “c_hash”, “email” ], The consuming system will only allow me to use claims…