Browse Source
Default response modes fragment or query are using URL encoding which limits maximum token size. Response mode form_post does not have limits for token size. This change allows to define response mode. Signed-off-by: Oskari Lemmela <oskari@lemmela.net> Change-Id: I1855b83ceb377e8c97c351a0434e2ab994fb0bdc (cherry picked from commitchanges/14/818314/194fbafd684
) (cherry picked from commit2b391b409d
) (cherry picked from commit724e5910be
) (cherry picked from commit82f37cfdc7
) (cherry picked from commitf6cb44ad66
)
4 changed files with 28 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
The ``keystone::federation::ipenidc`` class now supports the new |
||||
``openidc_response_mode`` parameter, to customize mod_auth_openidc response |
||||
mode. |
Loading…
Reference in new issue