User Profile
SjoerdV
Iron Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: CBA, MFA, and AADSTS54008 Certificate is not supported as first factor
manshellstromOK, that is probably part of a road that could be taken. I do think for 'complete' E2E browsing security to be in place it should be covered on both server AND client sides. The 'CA token protection' you mentioned is a server side feature, as the token needs to be validated and processed accordingly (by MS servers) to make a difference. It also (at the moment) has a lot of limitations, amongst which is cross-platform compatibility. Browser makers (including Edge!) should not neglect their responsibility here and make their client side, in-rest/in-transit cookie/token handling more secure. As browsers always have access to their host system (or sandbox) a unique key can always be derived from such system on the fly, so the private keys used to decrypt an encrypted cookie DB (loaded into volatile memory) wouldn't even have to be stored locally. Instant security with cross-platform compatibility to boot! Any browser should have this IMHO.1.6KViews0likes0CommentsRe: CBA, MFA, and AADSTS54008 Certificate is not supported as first factor
Great stuff! I Really like the flexibility of this system. To top it of I also use a 'Location based' CA rule, so even when my full browser profile gets hijacked (including session tokens) it won't work, off my private network. Still I would like to see browsers encrypting their cookie database with some machine specific key, to make the cookies not work if they are used on a different machine. It feels very strange this massive security hole has gone unplugged for so long... Cheers!9KViews0likes2CommentsRe: CBA, MFA, and AADSTS54008 Certificate is not supported as first factor
Ah, finally got it to work. But just the other way around: - User logs in with username - Authenticator App is used as first factor (because passwordless is selected) (user types in the numbers at the prompt) - CBA is selected as second factor (user selects the certificate configured) In my setup CBA is configured with 'multi factor' as protection level CA has two rules: - one regular 'MFA required' (just like always) - a second one (new policy!) requiring 'phishing resistant MFA' with 'Require authentication strength (Preview)' grant That's Great!9KViews0likes4CommentsRe: CBA, MFA, and AADSTS54008 Certificate is not supported as first factor
Yes I got it to work with CBA as a single factor, but as soon as I try to a) enforce MFA (through CA) or b) use CBA as a multi factor method (in CBA settings) the login process breaks with "Multifactor authentication is required and the credential used is not supported. Try signing in with another method." What I just want to achieve is: - User logs in with username - CBA is selected as first factor (user selects the certificate configured) - Authenticator App is used as second factor (user types in the numbers at the prompt) If you (or anyone else) have a way to get this to work, I am very interested;-)9KViews0likes5CommentsRe: CBA, MFA, and AADSTS54008 Certificate is not supported as first factor
mikey365: "Currently, password can't be disabled when CBA is enabled and the option to sign in using a password is displayed.": https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-certificate-based-authentication-limitations -> So your suggestion can not be done at the moment. Would be the end game though in my view. It's like jroth710 says: "They are ignoring the most obvious and beneficial use case -- eliminating the use of a password while still enforcing another factor of security." When you go to the Azure Portal, you can now add authentication strengths policies: https://portal.azure.com/#view/Microsoft_AAD_IAM/AuthenticationMethodsMenuBlade/~/AuthStrengths. What we need is the "Certificate Based Authentication (Single Factor) + Microsoft Authenticator (Push Notification)" combination under 'Multifactor authentication'. I'll keep hoping11KViews0likes7CommentsRe: Why can't I join a meeting on iPhone without giving Teams access to scan my local network?
MS has got to get their act together. The whole M365 ecosystem is being riddled with marketing/sales/data driven crap that most *paying* customer do not want. Requiring excessive permissions for Apps we are all trying hard to promote within our businesses, does not help *at all*. OnlyOffice, NextCloud, Owncloud, etc. are knocking at the door, just saying!7.1KViews0likes0CommentsRe: "Error:The file is locked" when using Office Online within SharePoint Online
Great Stuff! Still seems weird that such a problem in a very common production scenario that already exists for 3 years, does not have some peeps at MS upping the prio on this. Especially considering that the "Sync-XHR method while exiting a tab/page" has been deprecated a long time for a reason: security concerns. Alternatives in the form of 'SendBeacon' and 'Fetch keep-alive' seem to exist btw.6.3KViews1like0CommentsRe: Getting changes to Lookups to trigger a crawl
I think it is an obvious oversight in the architecture of Lookup columns. Microsoft should fix it that when a lookup column is configured on a target list the re-indexation is expanded to both source and target lists automatically when an item on the source list is changed. How to get this kind of 'niche' flaw noticed by the powers that be, is another question though1.6KViews0likes0CommentsRe: Authenticating with an access token Connect-MicrosoftTeams
Update: Still no improvement on the App Only (Unattended) front in the latest MicrosoftTeams 3.0.0. module. The only reported working method is by using Delegate permissions https://docs.microsoft.com/en-us/powershell/module/teams/connect-microsoftteams?view=teams-ps under 'AccessTokens' parameter directions. If someone has an ETA on setting CS policies in an unattended (or dare I say DSC manner), please post here14KViews2likes6CommentsRe: Powershell New-CsOnlineSession with AccessToken
hernan-invosys ah yes, I felt somewhat 'disappointed' when I noticed the absence of the Get-CsOnlineUser cmdlet in the MicrosoftTeams module. If only that would be there I could abandon having an additional module installed. Btw. running Connect-CSOnline as provided by the current MicrosoftTeams Module (1.1.3/4 and the 1.0.0.25 test version) gives me a lot of authentication issues in combination with other modules. There is still some work to be done, as it seems 😉5.8KViews1like0CommentsRe: Powershell New-CsOnlineSession with AccessToken
hernan-invosys is there a reason why you should still be using these cmdlets? As they are now incorporated in the https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes module since 1.1.3-Preview. The latter supporting a wider variety of authentication methods. Still there might be a reason not to switch that I am unaware of... Thanks for your insight.5.8KViews0likes2CommentsRe: Retention Policies and SharePoint sites
NZTECH Probably a remnant policy (not visible in the UI) is blocking this action. Go into the Security & Compliance Powershell module and run: Get-CCRetentionCompliancePolicy | select Name,Guid (I have the 'CC' command prefix set on connection). Deliver this overview to Microsoft Support and they can check if there are still other policy Guids present in the system which are faulty and then proceed to remove them. I had great help BTW! Good luck4.8KViews0likes0CommentsRe: Teams - Chat History - saving/unsaving
ChristianGarner The issue with unsaving is also mentioned here: https://techcommunity.microsoft.com/t5/microsoft-teams/error-message-couldn-t-unsave-the-message/m-p/682429 Some advise to 'unsafe' on the same client you used to save the message OR fully signout, delete the client cache and/or reinstall teams all together. But I have not have any success with that.17KViews1like2CommentsRe: Is there a way to show «Sharing» column in a SharePoint library
Eric LE CORRE There are a lot of issues or 'things not entirely right or intuitive' with the current implementation in SharePoint. I would love to see the behaviour like OneDrive has as well. Vote for this: https://office365.uservoice.com/forums/264636-general/suggestions/18413539--shared-with-column-does-not-reflect-current-stat12KViews0likes0CommentsRe: Retention Policies and SharePoint sites
Scot Bickell TonyRedmond I just got informed by the MS Support Team that Microsoft is working on a fix but that it will take some time because of the complexity of the problem. They do understand the issue, so I reckon we just have to wait a bit longer.19KViews1like18CommentsRe: Retention Policies and SharePoint sites
TonyRedmond to date I have had 4 tickets opened on this subject on multiple tenants with a default turnover time of several weeks each. Still there seems to be an issue with sites that can not be deleted because of a 'phantom hold' somewhere. I even saw that MS internally has some cmdlets that can detect these holds and remove them, but every support case starts out with: "please run: Remove-SPOSite ...", which obviously fails. This even happens on sites that are not attached to a Group or Team, so it's really a SharePoint issue with the retention policy mechanism. I am being told everywhere that excluding a site from a retention policy should be enough to clear the hold, but it clearly is not. For the future: Sites will always be in need of being deleted If you have an update, I'd really appreciate your feedback20KViews0likes23Comments
Recent Blog Articles
No content to show