Michael Oberwasserlechner

Results 72 comments of Michael Oberwasserlechner

I don't think that is possible at all because redirecting is done by the Identity Provider (IDP). So if I understand correctly you would have a workflow like this: *...

Currently there is no plan to support this mostly because I have very little available time for open source dev until Q3 2022.

I experimented a little bit and only authorizationTokens and code flow make sense for this scenario. As the backend should access resources independently from the user a refresh token is...

Code flow with PKCE #4 should return refreshTokens.

As I see no way to retrieve the authorizationCode from oauthSwift I will stop working on this task for now and concentrate on PKCE.

I need that task because OneDrive Api does not allow code flow on web apps. So the last call to the get accessToken and more important the refreshToken needs to...

Yes I still plan to support it for all platforms. I guess you ask because I removed the labels. I only did that because its needed for all platforms, so...

Starting with v2.0.0 you can get the `code` from the authorization request, if you do not provide the parameters `accessTokenEndpoint` and `resourceUrl`. This - however - only works on the...

Add `authorization_response` to the response when implementing this. See #154