-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not passing StartUrl to Browser in .net-ios #433
Comments
In case you need it:
|
The quick answer to this is to disable Pushed Authorization as so:
The reason being is that my license doesn't include Pushed Authorization. I have talked with the devs on this and they have decided that the discovery document should not advertise PAR if the license doesn't support it. I am guessing that in the next release, you will not need DisablePushedAuthorization = true, but for now, the quick fix is to include it. Jim |
Thanks Jim, that's correct. Two things came out of this investigation:
|
I have upgraded my Xamarin apps to .net8.0-ios rather than NetMaui. .net8.0-ios is very much supported now and will be in the future. When I upgrade IdentityModel.OidcClient to version 6.0.0, when it makes the call to open the Browser, it no longer passes a StartUrl. The parameter is null. My Browser is implemented as follows.
I Use the following code to invoke a login:
It works fine with version 5.2.1 but breaks in version 6.0.0. Is there anything I can do other than rewrite my app in NetMaui? I do have some paid time left with Duende if I need to use that to resolve this.
Thanks,
Jim
The text was updated successfully, but these errors were encountered: