Tom German

Results 9 comments of Tom German

@GeorgeTTD I am experiencing the problem you referenced on [20 Oct](https://github.com/AzureAD/microsoft-identity-web/issues/1494#issuecomment-947828370) (getting 302 instead of 401) I've tried adapting your `OnRedirectToIdentityProviderFunc` method as a workaround but I take it the...

@creativebrother 's post here worked for me in terms of getting a 401 back using `AuthorizeForScopes` https://github.com/AzureAD/microsoft-identity-web/issues/603#issuecomment-703316365 but I was continually prompted for consent as though the token / session...

> Edit: Correction, going to the organisation settings, clicking 'teams', clicking the title of the 'owners' team and then clicking update did in fact fix the issue. Recently did an...

Hi @Fringie ### Regarding **request 1**: This isn't live yet because it still needs some time in testing (I've been working with the dev build myself and have identified a...

Love this project! I've been enjoying my Steam TR1 release on 3DS and it's just like absolute magic to me. Seeing that you're working on 32x is quire exciting too.....

@Dhoni77 - quite a few changes were merged from one of my PRs in to dev that change the way the Controls Test web part works and toggles which web...

@joelfmrodrigues We have experienced some issues after these changes were merged too, so I can only hold my hands up there and apologise! 😔 I think that was sort of...

`DynamicForm` builds its dynamic field collection on initialisation, when the relevant list / content-type information is looked up. The field collection is an array of objects, each object representing a...

@gchamplin we've encountered this issue as well, and I think we know which line(s) are responsible. It looks like this entire `componentDidUpdate` implementation in [DynamicField.tsx](https://github.com/pnp/sp-dev-fx-controls-react/blob/master/src/controls/dynamicForm/dynamicField/DynamicField.tsx#L39) is unnecessary: https://github.com/pnp/sp-dev-fx-controls-react/blob/master/src/controls/dynamicForm/dynamicField/DynamicField.tsx#L39 It is...