There is a techtalk video on this topic, that seems to go more into detailshttps://developer.apple.com/videos/play/tech-talks/301/
Post
Replies
Boosts
Views
Activity
Seems like you're confusing 2 types of the SSO extensions. If you want to provide headers, your extension should be of a Credential type, not Redirect.Redirect extension is for handling requests. Credential requests is for handling challenges.
I'm trying to copy them over during the build in the build phase. The frameworks are referenced by the local paths in the project
Thanks edford.That's what I eventually did.