AppAuth-iOS icon indicating copy to clipboard operation
AppAuth-iOS copied to clipboard

I have configed it with identityserver4 on IOS ,But it can't redirect URI。

Open xaqfan opened this issue 5 years ago • 3 comments

I have configed it with identityserver4 on IOS 13.5.1, It pop a viewcontroller and login successfully. However it is redirecting to redirect URI? And view loaded nothing in here.

xaqfan avatar Jul 13 '20 06:07 xaqfan

Hey @xaqfan , Just Add this let say your ClientID is - "abc.apps.googleusercontent.com" so Redirect URI will be like this let kRedirectURI: String = "com.googleusercontent.apps.abc:/oauthredirect"

redirect will work.

Thanks, Shashi

shashi-kiwi avatar Aug 20 '20 15:08 shashi-kiwi

Failure to redirect to non-web agents i.e. iOS or Andriod apps is a known issue with identityserver4.

adozenlines avatar Nov 08 '20 18:11 adozenlines

Failure to redirect to non-web agents i.e. iOS or Andriod apps is a known issue with identityserver4.

Can you provide a link to an open issue with for this, please? If there's an issue, then we'd like to know about it so we can fix. Thanks!

brockallen avatar Nov 08 '20 23:11 brockallen