Team Okta
All Posts by Team Okta
How to Build an Enterprise-Ready MVP SaaS App
Understanding what enterprise customers look for in a SaaS app is step one, but how do you achieve it? What steps do you take to support enterprise-ready identity in your app? Posts in the enterprise-ready Devday23 presentation series 1. What Does It Mean to Be Enterprise Ready: Devday23 Keynote Enterprise Readiness 2. What Enterprises Look For: Devday23 Enterprise Customer Perspectives 3. How to Build an Enterprise-Ready MVP SaaS App Enterprise-ready identity What do enterprise customers...
What Enterprises Look For: Devday23 Enterprise Customer Perspectives
You have a great SaaS application, and know everyone will find your app so productive and wonderful. But you’re ready to move beyond a B2C or a B2B for small companies. You want to go enterprise! But are enterprise customers a different breed? And what sort of things are they looking for? Welcome to the second step of becoming enterprise ready. Join us as we help you prepare your application for enterprise customers. Posts in...
What Does It Mean to Be Enterprise Ready: Devday23 Keynote
What makes a SaaS application ready for enterprise customers when it comes to identity? Between handling application security, user onboarding, and scalable, secure authentication practices, there’s much to consider and prepare before determining your app is “enterprise ready.” Posts in the enterprise-ready Devday23 presentation series 1. What Does It Mean to Be Enterprise Ready: Devday23 Keynote Enterprise Readiness 2. What Enterprises Look For: Devday23 Enterprise Customer Perspectives 3. How to Build an Enterprise-Ready MVP SaaS...
Join Us for Developer Day 2023
We’re thrilled to bring back Developer Day in 2023! Developer Day is an event for developers designed by developers. This year we’re happy to announce this event is a free, two-day virtual event, so you can join us wherever you are! The event focuses on using identity to power secure applications, so join us to create a safer world for your application users. Check out more in this teaser video Developer Day 2023 event Authentication...
Add Authentication to Your Xamarin App with OpenID Connect
Here at Okta we ❤️ Xamarin – it’s so much fun to build with! If you’re a Xamarin developer today, there’s a solid chance you’ll have to develop an app that requires users to sign in. Once you start doing that, you need to keep two things in mind: keep the authentication process simple for users, and keep their personal information secure. It would be nice if those things were easy, but it’s not always...
Build a CRUD App with ASP.NET Core and Angular
A lot of applications today are built with an API on the backend, and then a single page application on the front end. This is a good approach because it allows you a ton of flexibility. For example, if you get a requirement to build a native mobile client later on: it’s easy, you already have the server side in place. Today you’ll use ASP.NET Core 2.0 on the server side, and Angular 5 on...