Skip to content

Commit fc96144

Browse files
committed
Merge branch 'main' into develop
2 parents eda3ce6 + 5a088fe commit fc96144

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- [PR-400](https://github.com/itk-dev/os2loop/pull/400)
12+
Updated OpenID Connect "prompt" config
13+
1114
## [1.4.1] - 2026-07-07
1215

1316
- [PR-398](https://github.com/itk-dev/os2loop/pull/398)

config/sync/openid_connect.client.generic.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ settings:
1010
client_secret: '[client-secret]'
1111
iss_allowed_domains: ''
1212
prompt:
13-
login: login
14-
none: '0'
15-
consent: '0'
16-
select_account: '0'
13+
- login
1714
issuer_url: ''
1815
authorization_endpoint: 'https://idp-employee.os2loop.local.itkdev.dk/oauth2/authorize'
1916
token_endpoint: 'http://idp-employee:9400/oauth2/token'

0 commit comments

Comments
 (0)