Thanks for the advice on reaching out to microsoft forums too, that makes a lot of sense.
I did manage to get it going. Once I wrapped my head around server side rendering as well as Islands it wasn't too bad. Finding the documentation on the cms local server and specifying `--ssl` was a huge help in reducing my cycle time.
For reference I implemented it directly into an island that I specified as client only. I didn't use the usual msal context provider. There were some additional steps that I'd not seen before, such as running initialize, which I've never used before with msal
```javascript
const instance = new PublicClientApplication(msalConfig); instance.initialize().then
Thanks for the advice on reaching out to microsoft forums too, that makes a lot of sense.
I did manage to get it going. Once I wrapped my head around server side rendering as well as Islands it wasn't too bad. Finding the documentation on the cms local server and specifying `--ssl` was a huge help in reducing my cycle time.
For reference I implemented it directly into an island that I specified as client only. I didn't use the usual msal context provider. There were some additional steps that I'd not seen before, such as running initialize, which I've never used before with msal
```javascript
const instance = new PublicClientApplication(msalConfig); instance.initialize().then
I'd like to involve some of our community experts who might have relevant experience. Hey @johnelmer, @ChrisoKlepke, @Mike_Eastwood , do you have any tips or resources you could share? Thank you!
Best, Kennedy
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !