Skip to content

Add example app for first-time Seq setup - enabling Azure Active Directory as authentication - #86

Merged
larenelg merged 4 commits into
datalust:devfrom
larenelg:seq-enable-auth-example
Aug 31, 2020
Merged

Add example app for first-time Seq setup - enabling Azure Active Directory as authentication#86
larenelg merged 4 commits into
datalust:devfrom
larenelg:seq-enable-auth-example

Conversation

@larenelg

@larenelg larenelg commented Aug 31, 2020

Copy link
Copy Markdown
Contributor

Seq Enable AAD (Azure Active Directory)

Be sure to read the Seq Azure Active Directory documentation to find the manual AAD setup instructions.

Example usage:

seq-enable-aad.exe https://seq.example.com --uname=example@microsoft.com --clientid=xxxxxx --tenantid=xxxxxx --clientkey=xxxxxx --authority=login.windows.net

Important note:

Windows

Don't forget to set the "canonical URI" which Seq uses as a reply address for AAD.

seq config -k api.canonicalUri -v https://seq.example.com
seq service restart

Linux / Docker

Don't forget to include the BASE_URI which Seq uses as a reply address for AAD.

docker run -d \
  --restart unless-stopped \
  --name seq \
  -p 5341:80 \
  -e ACCEPT_EULA=Y \
  -e BASE_URI=https://seq.example.com \
  datalust/seq:latest

@larenelg
larenelg merged commit 0bb1b31 into datalust:dev Aug 31, 2020
@larenelg
larenelg deleted the seq-enable-auth-example branch August 31, 2020 10:52
@nblumhardt nblumhardt mentioned this pull request Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants