Connecting to legacy OAuth providers (e.g. Twitter API v1.1). Is it possible with Quarkus? #26139
Replies: 3 comments
-
It has been a long time since I was experimenting with OAuth 1.0a/1.1 but as far as the custom authentication mechanism is concerned you can register |
Beta Was this translation helpful? Give feedback.
-
@sberyozkin implementing |
Beta Was this translation helpful? Give feedback.
-
@preslavrachev I suppose you can use https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java as a reference. In The time scoped session cookie can also be created once the flow completes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For one of our apps, we still use Twitter API v. 1.1., which does not support OAuth2. This means, I won't be able to rely on the OIDC configuration, but develop my authentication mechanism.
Could anyone provide me with some starting points on how to do that? Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions