What kind of Python programs should I build first to help me and my team support a new cloud application called Okta? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What kind of Python programs should I build first to help me and my team support a new cloud application called Okta?

I am still very new at Python and need suggestions on what type of programs to build first. Any help is appreciated.

9th Aug 2020, 2:57 AM
Zachary Osborne
Zachary Osborne - avatar
3 Answers
0
Yes that has alr eww ady taken place but I was hoping bvb to hear from someone how was an engineer or developer of Okta. I will get the party started however below.
7th Sep 2020, 12:54 AM
Zachary Osborne
Zachary Osborne - avatar
0
Okta is an Identity and Access Management cloud application focused on logging users into multiple applications with one username and password while providing the capability for multi-factor authentication. The challenges I have discovered so far are around user management. Supporting 500k users is no easy task which is why we have turned to Python. Through APIs I have created Python programs to migrate users, force multi-factor authentication, obtain group memberships and modify profile attributes. My next challenge is to write a program to detect duplicate accounts, and merge them or possibly prevent account take over. In addition, through my testing I discovered rate limits and I have since injected logic to account for API rate limits for all my programs. If you are familiar with Okta or a similar application or tool please give me your thoughts.
7th Sep 2020, 1:04 AM
Zachary Osborne
Zachary Osborne - avatar
- 1
It depends on on the intention of your application, and only you and your team know this. Perhaps you should have a meeting with your team to discuss.
10th Aug 2020, 8:14 AM
Logomonic Learning
Logomonic Learning - avatar