Skip to content

SSO Login / Entra #1952

Answered by TroRon
TroRon asked this question in Q&A
Sep 23, 2024 · 5 comments · 3 replies
Discussion options

You must be logged in to vote

Works now ;)

Preparations


Create an APP in Entra according to the known procedure.

Necessary information from the Entra app, after configuration:


Issuer:
https://login.microsoftonline.com/TenantID/v2.0

Client ID
Client Secret

Reverse URL:
https://xxxxxxx.ch/login/oauth2/code/oidc

Working Config;


services:
stirling-pdf:
container_name: Test-pdf-tool
image: frooodle/s-pdf:latest
deploy:
resources:
limits:
memory: 4G
healthcheck:
test:
- CMD-SHELL
- curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' &&
curl -fL http://localhost:8080/ | grep -q 'Please sign in'
interval: 5s
timeout: 10s
retries: 16
ports:
- 8075:8080
volumes:
- /docker/pdf_Test/data:/usr/share/tessdata:rw
- /d…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@TroRon
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Frooodle
Comment options

@hanwg
Comment options

Answer selected by TroRon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants