Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Remove fields from /auth/sso #100

Closed
rijkvanzanten opened this issue Apr 25, 2018 · 0 comments
Closed

Remove fields from /auth/sso #100

rijkvanzanten opened this issue Apr 25, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@rijkvanzanten
Copy link
Member

Right now, it still contains fields from the initial implementation:

{
  "name": "okta",
  "oauth_version": 2,
  "icon": "http://localhost/api/public/extensions/core/auth/okta/icon.svg",
  "authorization_url": "...",
  "state": "...",
  "callback_url": "..."
},

All we need in /auth/sso now is:

{
  "name": "okta",
  "icon": "http://localhost/api/public/extensions/core/auth/okta/icon.svg"
}
@rijkvanzanten rijkvanzanten added the enhancement New feature or request label Apr 25, 2018
@rijkvanzanten rijkvanzanten added this to To do in v2.0.0-alpha.2 via automation Apr 25, 2018
@wellingguzman wellingguzman moved this from To do to In progress in v2.0.0-alpha.2 Apr 25, 2018
v2.0.0-alpha.2 automation moved this from In progress to Done Apr 25, 2018
samvasko pushed a commit to samvasko/api that referenced this issue Nov 25, 2019
* Upgrade packages

* Move bookmark name to right of breadcrumb

Ref directus#131

* Change android pwa standalone color

Ref directus#33

* Use CSS hover for enabling / disabling user menu

Ref directus#33

* Tweak latency times

Ref directus#93

* Change logout 'expired' to 'inactivity'

Closes directus#100

* Debounce filter input

Closes directus#127

* Re-add borders in user menu

Closes directus#130

* Remove reference to usermenuactive state

* Only open menu when user is tabbing and focus

* Breadcrumb bookmark styling

Closes directus#131

* Handle gravatar error better

* Render hydration error (needs styling)

* Only start polling after successful hydration

* Rework icon placement styling

Ref directus#132

* Style delete bookmark button, and show on hover

Ref directus#132

* Don't wrap bookmark names

Ref directus#132

* Update spacing of nav items in sidebar'

* Tweak spacing of nav headers

* Dont wrap bookmark name in header bar

* Add modal for sign out

* Add sign out confirm modal functionality

Closes directus#133

* Support rendering readonly in v-table

* Add some various translations

* Dont allow overflowing in table cells

* Add file key to en-US locales

* Change yes to sign out in sign out modal
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant