In RFC8252 Section 7.1 https://datatracker.ietf.org/doc/html/rfc8252#section-7.1 said that custom redirect url should be like "com.example.app:/oauth2redirect/example-provider".
Why Mobile and desktop appication of Azure not support such format, Azure said "Must start with HTTPS, HTTP, or 'customScheme://'", it is double slash!!!
When using double slash in redirect URL, open microsoft login page by OAuth 2.0 auth API from Android native App, after got authrization, go back to App, it is always jump a dialog said "this site would like to open an app"..This UX experience is bad.
So I suggest Azure follow the RFC8252 Section 7.1 to support single slash ("/") appears after the scheme component.
for example: com.example.app:/oauth2redirect/example-provider

