-
I am using AppAuth library to support Okta and Identity Server4 authentication in my iOS application. I am able make user to login but couldn't able to make user to logout. I did not find much documen…
-
## 버그 내용
저번에 말씀해주신 deprecated된 것에 대한 오류는 아래와 같았습니다.
![스크린샷 2024-04-07 오후 11 49 21](https://github.com/CollaBu/pennyway-client-ios/assets/103185302/42cfb6db-ce57-4367-ab8e-1adeffe8fd36)
…
-
## Is your feature request related to a problem? Please describe.
If I logout and then want to login again it redirects into the webview, then redirects directly back into the app without requesting …
-
**Describe the bug**
This is a continuation of https://github.com/aws-amplify/aws-sdk-ios/issues/5441
All the info is in there and the problem was related to excluding arm64 arch on the simulator.…
-
**Is your feature request related to a problem? Please describe.**
During the logout process, I am invoking the authorize call (authStateByPresentingAuthorizationRequest in OIDAuthState) with the r…
bcary updated
4 years ago
-
**Describe the bug**
Calling `AWSMobileClient.default().showSignIn(navigationController: signInUIOptions: hostedUIOptions: _:)` leads to an uncaught exception and crashes the app.
This issue start…
-
I'm using FlutterFire version 1.0.0 on macOS 14.0 with cocoapods 1.15.2 and when I include this using:
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-framework…
-
## Issue
IOS+Android issue. authorize() automatically logs users in WITHOUT ASKING FOR CREDENTIALS (for the 2nd time)
---
## Environment
* **Your Identity Provider**: `IdentityServer 4`
*…
-
**Describe the bug**
When using `OIDAuthState.authState(byPresenting: request, presenting: viewController)` there is an alertview for devices greater than iOS 11 for single-sign on. Which is obviou…
-
### Checklist
- [X] The issue can be reproduced in the [Auth0.swift sample app](https://github.com/auth0-samples/auth0-ios-swift-sample/tree/master/Sample-01) (or N/A).
- [X] I have looked into the […