Skip to content

Commit

Permalink
Minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirinoks committed Apr 21, 2022
1 parent 2537685 commit d2b4413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/docusaurus/docs/api-services/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ sidebar_position: 5

## Summary

SSO service is required for authentication. Telescope doesn't store user information itself, we just send it to Seneca's SSO. From that interaction, Telescope creates a token that will only work for a limited amount of time. The token is used in authenticating in various Telescope services, without a need to make requests to Seneca's servers every time. The same token system is also used throughout our Supabase back end.
SSO service is required for authentication. Telescope doesn't store user information itself, we just send it to Seneca's SSO. From that interaction, Telescope creates a token that will only work for a limited amount of time. The token is used to authenticate various Telescope services without sending requests to Seneca's server every time. The same token system is also used throughout our Supabase backend.

## Stages

_This is what happens step by step in the SSO service:_

- Request to log in is sent with the user entering their log in information into Telescope's front end.
- Request to login is sent with the user entering their log in information into Telescope's front end.
- Log in data is sent to Seneca's servers.
- Microsoft SAML-2.

Expand Down

0 comments on commit d2b4413

Please sign in to comment.