Wire user-engine HTTP /me for member provisioning (CSOC-WP-0002-T04)
HttpUserEngineClient uses trusted-proxy claims against live user-engine. Offline stub when URL/secret unset. Align default tenant with KeyCape tenant:coulomb; map OIDC tenant/principal_type/groups into the envelope.
This commit is contained in:
parent
a6a380b19f
commit
d88767f05b
13 changed files with 325 additions and 48 deletions
|
|
@ -23,6 +23,9 @@
|
|||
<label>Preferred username
|
||||
<input type="text" name="preferred_username" value="dev">
|
||||
</label>
|
||||
<label>Tenant claim
|
||||
<input type="text" name="tenant" value="{{ default_tenant }}">
|
||||
</label>
|
||||
<p style="margin-top:1.25rem;">
|
||||
<button class="btn" type="submit">Establish session</button>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue