Gibe / Umbraco.Community.AzureSSO

Azure AD SSO module for Umbraco
MIT License
10 stars 8 forks source link

Allow changing of token cache type #19

Closed Jeavon closed 1 year ago

Jeavon commented 1 year ago

Allows switching from In Memory to Session or Distributed, does not set up those providers though. For example, if using Session then app.UseSession() would need to be added to startup.cs at the start of the Configure method

Should resolve 17

stevetemple commented 1 year ago

Thanks for these, will take a proper look in the morning and try and get a new release out

Jeavon commented 1 year ago

I have mistakenly included https://github.com/Gibe/Umbraco.Community.AzureSSO/pull/18 in this PR also

stevetemple commented 1 year ago

Thanks @Jeavon #h5yr