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
Right now, we are using Spring Starter Security, which is fine, but authentication is being handled in our application. We should decouple this and use an OAuth provider instead. Okta makes the most sense for this application.
Our API should be no longer handle authorization and authentication. Instead, let's use Okta :)
The text was updated successfully, but these errors were encountered:
Right now, we are using Spring Starter Security, which is fine, but authentication is being handled in our application. We should decouple this and use an OAuth provider instead. Okta makes the most sense for this application.
Our API should be no longer handle authorization and authentication. Instead, let's use Okta :)
The text was updated successfully, but these errors were encountered: