zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 6 forks source link

OAuth: Use RFC Domain-Language #537

Open jbspeakr opened 7 years ago

jbspeakr commented 7 years ago

Under the OAuth-Tab, there currently is the possibility to check Client is non-confidential However, in OAuth there is no such thing as a non-confidential client. The RFC distinguishes between confidential and public clients – https://tools.ietf.org/html/rfc6749#section-2.1

IMO we should follow the RFC DL.