Skip to content

SSO Login / Entra #1952

Answered by TroRon
TroRon asked this question in Q&A
Sep 23, 2024 · 6 comments · 7 replies

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: 6 comments 7 replies

You must be logged in to vote
0 replies

You must be logged in to vote
1 reply
@TroRon

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
5 replies
@Frooodle

@hanwg

@g33z

@Frooodle

@g33z

Answer selected by TroRon

You must be logged in to vote
1 reply
@wmeneses

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