Instructions for configuring NHS Login as an OIDC provider within Amazon's AWS Cognito#49
Open
MattFellows wants to merge 2 commits intonhsconnect:mainfrom
Open
Instructions for configuring NHS Login as an OIDC provider within Amazon's AWS Cognito#49MattFellows wants to merge 2 commits intonhsconnect:mainfrom
MattFellows wants to merge 2 commits intonhsconnect:mainfrom
Conversation
…gnito, using NHS Login as an OIDC provider
|
Just as a note for anyone coming to this PR, before corrections are made: The Token Endpoint that is blanked out in the images should be the API Gateway URL. The API Gateway lambda acts as a middleman to allow cognito to work with private_key_jwt auth, which it doesn't natively support. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@darrenhutton As promised...
Very happy to recieve recommendations / criticism / suggestions / corrections.
Things to note - I've chucked in an example-code folder with code that can be downloaded, values replaced and used to act as the token endpoint decorator in AWS lambda.
I've referenced that example-code folder with a link to this github repo, within the markdown, which causes an issue that it can't be validated as working until it's merged, not sure if there's a better place for it (different repo?) or different way to link to it within the github pages itself (Could upload a zip or something I guess)?