-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Xamarin samples with a custom login #15
Comments
@mraible Thanks for your inquiry! The Xamarin Sdk should be considered in a very early alpha state and is under development to bring it to a 1.0 release. Because of this, the documentation you seek does not yet exist but will definitely be addressed as we make progress on the backlog. |
Thanks, @bryanapellanes-okta. I'll note that in the developer docs. In the meantime, I noticed today we have some unfriendly comments on this post from 2018. |
Interesting note: the comment from
|
I have a use for this, so I was wondering how this is coming along. Even just some quick notes on how to do this with the xamarin sdk would be nice. |
@brett-estabrook Thank you for reaching out! The Xamarin Sdk currently only supports OIDC redirect flow. There is work in progress to support a custom UI using the latest available Okta Apis, however, it is unclear when this work will be complete due to other internal priorities. Your interest is noted and should hopefully affect prioritization. Thanks again! |
Found this thread and wanted to call out the need for support to create a custom login experience using the Xamarin SDK. I also think it would be helpful if the README.md reflected that only the OIDC redirect flow is supported. Thank you! |
Hi @mraible @bryanapellanes-okta Any progress on new SDK functionality for custom login? The hosted login page is a great first steps but we need to customize how we implement Okta, similar to the flexibility of the Okta-Auth SDK but for Xamarin. Thanks! |
@jphines57 @jneterer @brett-estabrook Thank you all for expressing interest in this! I will confer internally with our decision makers advising them of your interest. I hope to make your voices heard so as to influence priorities. Stay tuned! |
Matt, have you had any luck finding a solution for this? I am attempting to do the same now. |
Most of our SDKs have samples. For our mobile SDKs, we're trying to improve developer docs to explicitly state that it's unlikely you can embed the Sign-In Widget and you're better off building a custom UI. Here's a snippet of the docs I'm writing:
I need help with the last two items for Xamarin. Thanks!
The text was updated successfully, but these errors were encountered: