current_session_id expects an "auth_header" that has format - Bearer id_token, extracted the logic to retrieve the current session ID from just id_token for supporting id token in URL param
Added tests for SessionUtils that didn't exist before
Impact
Existing apps using current_session_id will not be affected, behaviour remained the same.
How has this been tested?
Unit tested and it still passes
Checklist:
[x] My commit message follow the pattern described in here
[x] I have performed a self-review of my own code.
[x] I have added tests that prove my fix is effective or that my feature works.
Description
Please, include a summary of what the PR is for:
current_session_id
expects an "auth_header" that has format -Bearer id_token
, extracted the logic to retrieve the current session ID from justid_token
for supporting id token in URL paramImpact
current_session_id
will not be affected, behaviour remained the same.How has this been tested?
Checklist: