Geoff Bourne
Geoff Bourne
Since this library builds on the built-in flags package, I hadn't yet found a way to make it indicate an error for required arguments that are missing. As a result,...
No problem about the sequence of repos. The context does help a lot though, since I'm now wondering if flagsfiller needs to allow for escaping commas (or delimiters in general)....
BTW, I have only partially forgotten about this issue 😄 Every now and then I'm giving this more thought because I'd instead like to have flagsfiller allow for escaping the...
Can you clarify what you expected to happen? Should the name ID headers be added to the auth response?
There's no specific documentation for either of those, but everything is documented that is needed to get there such as env vars, SP key and cert file, IDP inputs, etc.
It's probably been a while since I ran that combination, so it's very likely there's something that has changed with how grafana expects the auth proxy configuration.
Sorry other projects and things distracted me form investing the original issue. The example itself might need to be updated for some changes grafana might have needed. @satramcs in your...
It looks like you'll point the metadata URL at https://nexus.microsoftonline-p.com/federationmetadata/saml20/federationmetadata.xml as described in https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-saml-idp#azure-ad-saml-20-protocol-requirements ...however, I'm not totally sure since that metadata content doesn't specify a tenant specific login URL...
Websockets are not explicitly supported, so this will require some kind of enhancement. A PR would be great since I don't have much time to work on this project.