199 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
68
views
Getting Error 400 invalid request when using google Oauth2 with flutter appauth package
I’m building an email client app with Flutter that lets users add multiple Gmail or Outlook accounts to access their emails. I’m using the Flutter AppAuth package to get an access token, but I’m not ...
0
votes
0
answers
42
views
Authorization of MSAL login doesn't return in iOS react-native cross platform app
I am implementing MSAL access in a React Native app. In Android I can handle the "result" of the "authorize" call, meanwhile in iOS it seems that is not returning nothing (maybe ...
1
vote
0
answers
110
views
Use authentication from OAuth on iOS in an internal webview
Starting Point: Successfully implemented OAuth on iOS via the AppAuth SDK.
Now the question is, is it somehow possible to open an in-app browser window or web view later on that uses the same ...
1
vote
1
answer
76
views
How can I access the AppDelegate in an @Observable class?
In my app I have an AppDelegate with a field that I need to access. When I try to access the AppDelegate from an @Observable annotated class I get an error at runtime:
Could not cast value of type '...
0
votes
1
answer
106
views
Azure AD B2C Custom Policy with Custom OIDC IDP gives Error Connecting to IDP in React Native with App Auth Library
I am trying to integrate a custom OIDC IDP in Azure AD B2C
And then use React Native App Auth Library to authenticate users in my app
Here is the OIDC Technical Profile in TrustFrameExtensions
<...
0
votes
0
answers
52
views
App Authentication with ADFS, OpenID Connect and ASP.NET WebAPI 9.0
I have an iOS App that connects to an ASP.NET WebAPI on the server side for CRUD operations.
I now need to add authentication against a Active Directory Foundation Service (AD FS 2019) to protect the ...
0
votes
0
answers
45
views
OAuth Authorization Intent Fails in Android how to debug the Request?
I'm implementing OAuth authentication in my Android app using AuthorizationService from AppAuth. The problem is that the authorization intent fails with the error: Authorization Intent Failed: null. ...
1
vote
0
answers
31
views
Unable to receive access token after Microsoft login - "AX Lookup problem" error
I am working on integrating Microsoft Authentication into my app. After successfully logging in to a Microsoft account, I am unable to receive the access token. Instead, I encounter the following ...
0
votes
1
answer
94
views
AppAuth-iOS-ObjC: failing at archive/unarchive of OIDAuthState
I'd like to use AppAuth's performActionWithFreshTokens method. This requires using the OIDAuthState returned by the authStateByPresentingAuthorizationRequest when generating access and refresh tokens. ...
1
vote
0
answers
271
views
no static resource when workinh with spring authorization server and appAuth
I have spring authorization server (latest version)
where the following is the redirect configuration for my client:
redirect-uris:
- "https://my-domain/auth/oauth2/code&...
1
vote
1
answer
2k
views
flutter_appauth redirect after login does not work properly on Android
I'm facing an issue with flutter_appauth. I have created a custom wrapper in a fresh demo app, similar to the one that keycloak_wrapper offers. This simplified version of the wrapper provides the ...
0
votes
1
answer
329
views
I get a black screen when attempting to sign in via sso in my flutter app
I am calling the authorize method of the flutter_appAuth package on android.
Here is what that method looks like:
final result = await FlutterAppAuth().authorize(
AuthorizationRequest(
...
0
votes
1
answer
102
views
How can I make my API calls more reusable using the AppAuth library?
To get my feet wet with SwiftUI app development I'm making a simple app with login functionality using the AppAuth library. I've got basic login and logout functionality working and can make a request ...
0
votes
0
answers
56
views
How to publish values on the main thread?
To get my feet wet with SwiftUI app development I'm making a simple app with login functionality using the AppAuth library. I've got basic login and logout functionality working and can make a request ...
0
votes
2
answers
876
views
AppAuth Android 14 issue Communication problems between AuthorizationManagementActivity and RedirectUriReceiverActivity
Version: 0.11.1
Integration: native Kotlin
Identity provider: Google
My Problem is only on Android 14 devices. API 34.
I have Activity A and B.
Activity B has it own taskAffinity, and im launching the ...