You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
It would be great to be able to configure the client programmatically instead of using the json config file. I checked the code and I think it's not possible at the moment. OAuthClientConfiguration should have a constructor (or builder pattern) to set the parameters (mClientId, mRedirectUri, etc) in code.
The text was updated successfully, but these errors were encountered:
Hi, I am running into the same issue as well and would like to configure the client programmatically for multiple build variants. Being able to do this in the code instead of using the json config file would be extremely helpful. Is there an expected completion date?
Hi @robmarinaro if you can try using https://github.com/okta/okta-oidc-android instead. It allows you to set the config programmatically or with a json file. This SDK will be deprecated and will no longer be supported.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be great to be able to configure the client programmatically instead of using the json config file. I checked the code and I think it's not possible at the moment. OAuthClientConfiguration should have a constructor (or builder pattern) to set the parameters (mClientId, mRedirectUri, etc) in code.
The text was updated successfully, but these errors were encountered: