Please enable JavaScript.
Coggle requires JavaScript to display documents.
Hexaware, Oauth2.0, [when oauth vs saml]https://www.mutuallyhuman…
Hexaware
Digitizer
Swagger
OpenAPI Specs
RestAPI
Design
Build
Document(bottom up)
SwaggerUI
used
2.0
latest
3.0
Junit
SpringBoot Starter Test
latest
5
Mockito
written in java
test doubles
Hamcrest
Cucumber
written in Ruby
Ping
Federated Identity Management for enterprise
SSO
SAML
SAML works well on web
why is SAML designed for browser
Redirect
web SSO profile
actors
Service provider (Resource Server)
Idp(Authorization Server)
Client
not suitable
desktop applications
mobile
single page apps (AJAX)
TV
Games console
IoT device it does not work well
OAuth2.0
Oauth2.0
Process
Client
SSO(implements OAuth2.0)[Ping]
Request
GrantType
scope
Profile
Contacts
Oauth 1.0 | Oauth2.0
Only for web | both web & desktop
No refresh token| Refresh token
[when oauth vs saml]
https://www.mutuallyhuman.com/blog/choosing-an-sso-strategy-saml-vs-oauth2/
)