SVG
1 TopicSearch Messaging Extension / Images with OAuth authentication / SVG support / DATE/TIME-formatting
Hello! I am implementing a Teams App with a search messaging extension (manifest: composeExtensions/commands/id "search") which outputs an attachment list via builder.ThumbnailCard/builder.CardImage/builder.cardAction/... I am encountering the following problems: The image URLs seem to be unauthenticated and so far I could not find any way to access the address object to obtain the session and access e.g. OAuth access tokens assigned with the current user/session. There are no headers sent which could be used for that. As the images contain sensitive data, only users authenticated against our service are able to request them via the public service. I can use data URIs as a workaround, but they cannot be updated. SVG support (content-type: image/svg+xml) for images in the attachment list, to be able to provide scale independent icons. Support for "{{DATE}}" and "{{TIME}}" formatting in the text attribute is missing (as stated in the docs). Is there any way to correctly display a date/time in the user's time zone and the user's formatting preferences there? Thank you and Regards, Dominik1.1KViews0likes0Comments