Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker-admin-ui): update admin-ui clients for auth using js lib #1324

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update \
# TODO:
# - use NODE_ENV=production
# - download build package (not git clone)
ENV ADMIN_UI_VERSION=63cbafcd464bc740a65b7326f68bc20ede61bee3
ENV ADMIN_UI_VERSION=af47db638dac1f6461479f5690a80b8a9a5b57ad

RUN mkdir -p /opt/flex

Expand Down
5 changes: 4 additions & 1 deletion docker-admin-ui/templates/admin-ui/clients.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jansScope: inum=43F1,ou=scopes,o=jans
jansScope: inum=6D90,ou=scopes,o=jans
jansScope: inum=764C,ou=scopes,o=jans
jansSubjectTyp: pairwise
jansTknEndpointAuthMethod: client_secret_basic
jansTknEndpointAuthMethod: none
jansTrustedClnt: true
jansSignedRespAlg: RS256

Expand Down Expand Up @@ -55,6 +55,9 @@ jansRedirectURI: https://%(hostname)s/admin
jansRespTyp: code
jansRptAsJwt: false
jansScope: inum=F0C4,ou=scopes,o=jans
jansScope: inum=43F1,ou=scopes,o=jans
jansScope: inum=6D90,ou=scopes,o=jans
jansScope: inum=764C,ou=scopes,o=jans
jansSubjectTyp: pairwise
jansTknEndpointAuthMethod: client_secret_basic
jansTrustedClnt: true