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
  • Home

Home · Changes

Page history
update home page authored Jul 29, 2019 by dimasm93's avatar dimasm93
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ c1ec3cdb
## Using The Template
Untuk menggunakan template AuthServer ada beberapa yang harus di lakukan diantarnya:
- Fork this repository, to your group
- edit `artifactId` and `groupId` value from file `pom.xml`
- select your database version at `spring.profiles.active` from file `application.yml`
- `postgresql` for PostgreSQL 9.6
- `oracle11` for Oracle 11g
- `sqlserver2008` for MS SQL Server 2008
- `sqlserver2017` for MS Sql Server 2017
\ 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