OhadR / authentication-flows

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.
42 stars 54 forks source link

oAuth sample - client: propertize the oAuth server calls (host/port) #77

Open OhadR opened 6 years ago

OhadR commented 6 years ago

oauth2.client.accessTokenUri=https://ohadr.com:8443/oauth2-auth-server/oauth/token oauth2.client.userAuthorizationUri=https://ohadr.com:8443/oauth2-auth-server/oauth/authorize

read host ohadr.com and port 8443 as properties.