You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- the configuration initialization is now a function which called during server startup
- the configuration instance will be passed as a parameter to the functions requiring it
- added depenendcies to https://github.com/ddellacosta/friend-oauth2/ and https://github.com/cemerick/friend
- modified routing.clj to secure all requests via `allow-anon? false`
- upon first request to `/statuses/updates`, you are now redirected to the innoq-internal oAuth2/ OpenID connect server
- added configuration properties for the oAuth2 process
- introduced avatar image beneath the statuses logo at the top left to indicate currently active user
Add the ability to configure and enable authentication via an OpenID connect provider - e.g. https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server. The admin should have a choice between "remote_user" HTTP header and OpenID Connect.
The text was updated successfully, but these errors were encountered: