Sign inSign up

ptimoet/sso-server

By ptimoet

Updated about 2 years ago
Archived

Image
1

243

ptimoet/sso-server repository overview

SSO Authentication Server for Universitas Indonesia

Built on top of https://github.com/ristekoss/rust-sso-ui-jwt/

Endpoints

  1. GET /login
  2. GET /logout
  3. GET /self (requires Authorization header with Bearer token)

Environment Variables

  1. ACCESS_TOKEN_EXP: Expiration time for access token (in seconds)
  2. REFRESH_TOKEN_EXP: Expiration time for refresh token (in seconds)
  3. ACCESS_TOKEN_SECRET: Secret key for access token
  4. REFRESH_TOKEN_SECRET: Secret key for refresh token
  5. SERVICE_URL: URL of this service (login endpoint)
  6. ORIGIN_URL: URL of the origin service (redirect after login)

Docker Image by PTI BEM FASILKOM UI 2024

Tag summary

Content type

Image

Digest

sha256:3f8fc0427

Size

7.1 MB

Last updated

about 2 years ago

docker pull ptimoet/sso-server