Hi there,
I was not able to reproduce your issue on iOS 18.1.1 - I was able to complete the authentication process successfully. I would recommend starting with the Example apps and see if there...
I am facing a weird issue where the login seems to stop working after updating to iOS 18.1
From what I'm seeing, the redirect is never registered, so the auth web browser just keeps loading for ...
**Describe the bug**
Web view does not open when Assistive Access mode is enabled.
https://support.apple.com/guide/assistive-access-ipad/devcd5016d31/ipados
Perhaps it is necessary to open it ...
**Describe the bug**
Apple rejected the submission of an app using the AppAuth library due to a missing Privacy Manifest. The specific error reported by Apple is ITMS-91065: Missing signature. It ...
I'm also seeing the same error. I see that this was closed without comment, was there a resolution regarding the correct way to use a PKCE flow with appauth without supplying a client secret?
For OpenID Connect (OIDC) implementations, it is recommended to remove any logging from release builds for security and performance reasons. During my investigation of this project, I identified tw...
**My use case**
I have a current use case where the `redirect_uri` I provide is not the same URI I actually use. This is the setup:
- My App has the custom URL scheme "app://"
- My Identity ...
We are using AppAuth-iOS sdk for one of our project and once the login flow is completed through our app, When we go to the Safari browser(Normal window) and try to access the IDP page, It just log...
Comment above indicates this is intentional:
```
@return The URL containing the address of the server with the specified port, or nil if there was an error.
```
Question:
I’m very excited and encouraged to see so much new activity lately from folks like @brnnmrls @ywsang ! Thank you so much!!
Can I ask what transpired (or what organization decided) t...