Skip to content

BjoernKW/oauth2-with-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth2-with-jira

OAuth2 authentication with Jira

Getting Started

Prerequisites

Configuration

Before running the application you need to create a properties file named application-jira.properties and add these properties with the appropriate values for your Jira app:

spring.security.oauth2.client.registration.jira.client-id=...
spring.security.oauth2.client.registration.jira.client-secret=...

Running the app in dev mode

Run mvn spring-boot:run from the command line.

Running the tests

Run mvn clean install from the command line.

Built With

License

Apache License 2.0

Authors