You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,10 @@
2
2
3
3
This project (based on the code provided by [Thingsboard](https://github.com/thingsboard/custom-oauth2-mapper)) serves as a custom mapper in order to map OAuth 2.0 user to Thingsboard user.
4
4
5
-
This project is not meant to be run as it is, instead the docker image built from this source code is used in the project [IOT](https://github.com/connectpa/IOT).
5
+
This project is not meant to be run as it is, instead the docker image built from this source code is used in the project [IOT](https://github.com/connectpa/IOT).
6
+
7
+
To create the docker image, from the root folder launch the command:
8
+
9
+
`mvn clean install -Ddockerfile.skip=false`
10
+
11
+
The resulting docker image should be named like `psacr.azure.io/oauth2-mapper:latest`
0 commit comments