-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IOCOM-1178] FIMS OIdC flow #360
Conversation
# Conflicts: # src/config.ts # src/server.ts # src/types/config.ts
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #360 +/- ##
==========================================
- Coverage 69.63% 64.37% -5.26%
==========================================
Files 159 167 +8
Lines 5068 5334 +266
Branches 616 725 +109
==========================================
- Hits 3529 3434 -95
- Misses 1459 1762 +303
- Partials 80 138 +58
... and 88 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Nuisance relying party cookie
RP Cookie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Short description
This PR adds a fake OIdC flow for FIMS, with both Relying Party and Provider support.
List of changes proposed in this pull request
All of the above is configurable with the config.ts file
How to test
Start the dev-server and type
http://localhost:3000/fims/relyingParty/1/landingPage
in your web-browser (or use something like cUrl to follow such link)