Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

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

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

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

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 '...
Pieter's user avatar
  • 285
0 votes
1 answer
106 views

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

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

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

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

I'd like to use AppAuth's performActionWithFreshTokens method. This requires using the OIDAuthState returned by the authStateByPresentingAuthorizationRequest when generating access and refresh tokens. ...
mjswan's user avatar
  • 91
1 vote
0 answers
271 views

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

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 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

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 ...
Pieter's user avatar
  • 285
0 votes
0 answers
56 views

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 ...
Pieter's user avatar
  • 285
0 votes
2 answers
876 views

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 ...

15 30 50 per page
1
2 3 4 5
...
14

AltStyle によって変換されたページ (->オリジナル) /