Skip to content
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

Add BFF token exchange/ITokenRetriever sample #125

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

josephdecock
Copy link
Member

Closes #124

@@ -0,0 +1 @@
window.location.href = document.querySelector("meta[http-equiv=refresh]").getAttribute("data-url");

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML

[DOM text](1) is reinterpreted as HTML without escaping meta-characters.
@brockallen brockallen merged commit 7efba9c into main Jun 26, 2023
@brockallen brockallen deleted the joe/bff-token-retriever branch June 26, 2023 17:00
@brockallen
Copy link
Member

My only comment would be that perhaps somewhere we need to mention that this transformer is called on every outbound call, so any caching is up to the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DPoP and token exchange sample
2 participants