Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A auth-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PT. Tabeldata Informatika
  • auth-server
  • Wiki
  • Database
  • Oracle11g
  • Resource Servers

Resource Servers · Changes

Page history
update wiki schema db authored Jul 29, 2019 by dimasm93's avatar dimasm93
Hide whitespace changes
Inline Side-by-side
Database/Oracle11g/Resource-Servers.md 0 → 100644
View page @ b041ff86
![schema oauth client details](./imgs/schema_oauth_client_details.png)
**Table Description**
- `access_token` currently user login berdasarkan token dan client_id
- `history_access_token` history user logged in
- `grant_type` untuk detail resource server mau konek menggunakan grant seperti berikut:
1. authorization_code
2. password
3. implicit
4. client_credentials
5. refresh_token
- `application` daftar resource server klo mau konek menggunakan oauth2
- `client-detail-application` tabel untuk menyimpan detail resource server bisa akses banyak applikasi
- `client_detail_grant_type` setiap resource server bisa banyak opsi untuk login contohnya menggunakan password dan authorization_code
- `client_detail_redirect_uri` (untuk grant type authorization_code) wajib mendaftarkan redirect uri ke web servernya
\ No newline at end of file
Clone repository
  • Auth
    • OAuth 2.0
      • Request Access Token
      • Request Access Token
        • GrantType Authorization Code
        • GrantType Password
    • WebAuthentication
      • Login Page
  • Database
    • MS SQLServer2017
      • Resource Servers
      • Token Store
      • Users
    • Oracle11g
      • Resource Servers
      • Users
    • PostgreSQL97
      • Resource Servers
      • Users
    • SchemaMigration
  • Deployments
    • Docker
      • Docker Compose
        • Run MS SQLServer2017
        • Run Oracle11g
        • Run PostgreSQL97
View All Pages