最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - EntraAzure seems to not allow the same Bundle IDPackage name for Authentication - Stack Overflow

programmeradmin1浏览0评论

So it seems in Entra iOS bundle name and Android package name cannot be the same. E.g.:

  • iOS: company.appname
  • Android: company.appname

It appears when we use the same one it defaults on Entra to try the iOS one. Why it does this who knows.

I've tested this in a POC and had to change the Android package name to get it to work.

I'm absolutely baffled by this, it makes no sense. We get this error when trying to create the client.

The redirect URI in the configuration file doesn't match with the one generated with package name and signature hash. Please verify the uri in the config file and your app registration in Azure portal. We expected 'msauth://company.appname/abc' and we received 'msauth://company.appname/xyz'.

Has anyone solved this?

发布评论

评论列表(0)

  1. 暂无评论