Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed applicationType since its not used. Or ever have been.

...

  • add new OAuth2 application called Example5 in the site Helsinki
  • add Technical Name (Example5)
  • add Application type (OAuth2 urn:ietf:rfc:6749)add Description
  • add UI template name brandA
  • add Contact e-mail
  • add Status (enabled)
  • add Force reauthentication (active)
  • add Prevent sso after use (active)
  • add Application compatibility flags: MobileConnectLoginHint

...

Code Block
curl -v -H "Authorization: Bearer %BEARER%" https://sso.example.com/sso-api/site/Helsinki -d "type=application" -d "name=Example5" -d "enabled=true" -d "mail=a@example.com" -d "configuration=Compatibility MobileConnectLoginHint" -d 
"configuration=ForceAuthn true" -d "configuration=OneTimeUse true" -d "applicationType=urn:ietf:rfc:6749" -d "description=hello world" -d "template=brandA" -d "mail=a@example.com"

...