简体   繁体   中英

Azure Active Directory - How to give an http redirectUri for my registered app under tenant

I have created a tenant under my organization and registered an app for my testing react application. I have deployed my react application in one of the kubrnetes http server. Is there a way to add http url (react application uri which deployed in kubernetes) in Redirect URI in app registration.

  1. I have given SPA during app registration
  2. Account type - Single tenant
  3. Checked both access token and ID token

The Redirect URIs must begin with the scheme https.

The HTTPS scheme (https://) is supported for all HTTP-based redirect URIs. The HTTP scheme (http://) is supported only for localhost URIs and should be used only during active local application development and testing.

Please check this for more information

There is no other option available to use Http Schema.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM