Skip to content

Commit

Permalink
fix(docker-admin-ui): update admin-ui clients for auth using js lib (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Sep 21, 2023
1 parent 3b3a3e0 commit 31cdf0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 31cdf0d

Please sign in to comment.