You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rmarinn
changed the title
feat(jans-edarling): implement lock server integration
feat(jans-edarling): implement lock server startup sequence
Feb 5, 2025
rmarinn
changed the title
feat(jans-edarling): implement lock server startup sequence
feat(jans-edarling): implement lock server integration
Feb 5, 2025
Is your feature request related to a problem? Please describe.
Cedarling needs to be able to integrate with the lock server as described in steps 10-20. In this diagram:
Describe the solution you'd like
The connection during the startup sequence can be implemented as follows:
CEDARLING_LOCK
bootstrap property is set to"enabled"
CEDARLING_LOCK_SSA
JWT.POST
request to the IDP's/register
endpointclient_id
/token
endpoint/config
endpoint together with the access_token scoped to"cedarling"
.POST
to the/audit
endpoint/lock_sse
Describe alternatives you've considered
N/A
Additional context
Using the Lock server is optional and could be toggled using the
CEDARLING_LOCK
bootstrap property.The text was updated successfully, but these errors were encountered: