okta / okta-oidc-android

OIDC SDK for Android
https://github.com/okta/okta-oidc-android
Other
60 stars 45 forks source link

Can i use my own provider? #339

Closed poke-fcr closed 1 year ago

poke-fcr commented 1 year ago

Describe the feature request?

Hi, AppAuth library didnt worked for me and i am looking an alternative for it.

New or Affected Resource(s)

Okta seems like a popular library. Is it open source and will work with kecloak authentication flow?

Provide a documentation link

No response

Additional Information?

No response

rajdeepnanua-okta commented 1 year ago

This library is open source, and licensed under Apache License Version 2.0. Here's the License. This library implements OAuth 2.0 and OpenID connect authentication flows. I am not familiar with keycloak authentication flow. If keycloak supports OAuth 2.0, or OpenID connect flows, you could try using and follow the configuration steps in the readme.

Also, I suggest trying okta-mobile-kotlin, which is our newer library.