Launch Checklist
Combine both these categories into Go-live
Launch Checklist, View Auth logs etc. We will separate them once we have more content per category
Launch Checklist
Combine both these categories into Go-live
Launch Checklist, View Auth logs etc. We will separate them once we have more content per category
administrators
Just invite users;
organization workspaceSection titled “Open the organization workspace”
What is organization workspace?
Organizations in your application typically manage: User grouping - Group users who work together and manage team access to features Data ownership - Isolate customer data by organization and maintain clear boundaries Billing & subscriptions - Associate payments with organizations and track usage Security policies - Define authentication requirements and control access
This is not necessary; and it may even confuse the reader;
Other redirect scenarios
The intent of the article should be to complete the authentication of a user and not to explain redirections;
Preserve user intent
Let's remove this; this is not the right way of doing this;
Add CSRF protection Recommended
Again this should be part of the Initiate Login and not here
Handle redirections
Complete Login
Keep users signed in: include offline_access
Ideally, this shouldn't exist here but be covered as part of initiate login article as a mandatory way of doing things; If someone wants to login with scalekit, they would want to receive tokens; so, we should just tell them as part of initiate login, send these scopes - "openid email profile offline_access"