So I have read through the extensive documentation here about Authentication and Authorization, but I am a little confused on the implementation details.
What does the flow look like when using these services from a web application?
Do you have the user authenticate in a GUI and then continue using the secured services or do you have the application authenticate in order for it to access the services?
Are there any good examples out there of a solid implementation?