spf
12 TopicsOpen file from SPFx Teams tab in New Teams
Is there a way to open a file from an SPFx Teams Tab app in New Teams? My implementation in Classic Teams was working, which was taken from here: How to open a file in the Custom spfx teams tab in MS teams - Microsoft Community Hub private string GetFileViewerURL(string actionData_URL, string prefix) { return $"https://teams.microsoft.com/_#/{prefix}/viewer/teams/" + actionData_URL?.Replace("/", "~2F"); }809Views0likes2CommentsGraph api - MS Teams Meeting Recording link
Hi Team, We are setting up meetings within O365 Group and trying to get the meetings information of given Group ID using the below graph api https://graph.microsoft.com/v1.0/groups/{guid}/events?$orderby=createdDateTime What we are now interested is, Can we get the MS Teams meeting recording link along with the event details? Do we have support from Graph api to get the Teams meeting recording details. Thanks & Regards, Bhanu7.3KViews2likes5CommentsTeams custom app shows 404 not found error on mobile apps, whereas desktop apps works fine
Hi, I have teams custom app which works fine with desktop and web's teams and microsoft 365 application but it is giving "404 not found " when page refreshed on mobile device using pulltorefresh. please guide. Thanks, Priti466Views0likes1CommentApp not showing under teams app but when pop it up
Hello community, I have the following teams app, when I click in from the teams menu, it shows with no tabs, but when I click the pop up option, it appears with all the tabs I added, any idea what can be the reason? Permissions ? thank you very much First View: After pop up option:910Views0likes2CommentsRely solely on DKIM, remove spf.protection.outlook.com from SPF record?
Question: Is there anyone that already has removed the spf.protection.outlook.com entry for their Office 365 hosted mail domain, and how has this impacted deliverability? Situation: In order to protect our email from being spoofed, we have a DMARC policy in place that recipient email servers respect to filter out unauthenticated emails sent from our mail domain. As we all know, DMARC authentication can take place either by publishing the autorized sending servers IP's/netblocks in the domains SPF record, by publishing DKIM keys, or both. One of the mechanisms has to align, two is fine as well of course For our mail domain, both the SPF mechanism as well as the DKIM mechanism are used at this moment. Two assumptions: 1. The SPF record's entry for Office 365 (include:spf.protection.outlook.com) is used by ALL Office 365 tenatnt/customers and contains all the possible IP's that Office 365 uses to send outgoing email. 2. The DKIM key used by Office 365 to cryptogarphically sign mails that are sent out from our mail domain is unique for our tenant. When inspecting the DMARC reporting, i noticed that some emails were not signed with the correct DKIM keys, but are labeled as 'aligned'. Quite possibly, these emails were sent from within some Office 365 tenant, but not from our tenant and thus, quite possibly, malicious. Statement: On hosted email platforms such as O365 and gmail, SPF isn't good enough because all their good customers and all their abusive customers use spf.protection.outlook.com (or spf.gmail.com for that matter) for spf lookups. The spf record is only a simple txt lookup with no logic or cryptographic keys involved. By removing the SPF element from the equasion our email domain, we rely solely on the DKIM signing, which is unique and cryptographically sound. Email deliverability should not be impacted for DMARC compatible mailservices, but will be lower for email services that are not DMARC-compliant.3.1KViews2likes2CommentsSPF Record fail
Hello Community, I'm plaining to change my DMARC record from none to Quarantine, when I checked my aggregate report I saw SPF failures from Microsoft IP address, I already checked my record and I can see the IP address. The IP in my record is 52.100.0.0/14 the IP address that failing the SPF is 52.100.14.216,52.100.175.203,52.100.9.237,52.100.19.9. any idea why the SPF failing with these IP address? Regards,1.3KViews0likes0CommentsTeams Personal App Development
I was developed a teams personal app with "Teams ToolKit". The app is working well in the web version of Teams. But In desktop and Mobile client not working properly. My personal app contains a module about fetching current and all users details using GraphClientfactory. My app failed to load when calling the graph API module. In the web version, it's working correctly. I don't know what is the issue arise when calling graph call? Here anyone faces the same issue? please help me. I am stuck for about 2 weeks. Thanks In advance.1.5KViews0likes6CommentsMS Teams Meeting Recording link
Hi Team, We are setting up meetings within O365 Group and trying to get the meetings information of given Group ID using the below graph api https://graph.microsoft.com/v1.0/groups/{guid}/events?$orderby=createdDateTime What we are now interested is, Can we get the MS Teams meeting recording link along with the event details? Do we have support from Graph api to get the Teams meeting recording details. Thanks & Regards, Bhanu1.4KViews0likes2Comments