You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to authenticate a user based on another JWT - eg pre-authenticate the user that was authenticated through another (separately hosted) login page. The guide could be called "How to use SAS with existing non-oauth system + login page" or something?
This would be very useful as there are a lot of systems out there that are built on JWT, but don't provide full OAuth2.0 flow support. This would allow people to use SAS on-top of their non-oauth system without ripping out the existing system.
For others, just a note to see this answer to the stackoverflow question specifically. This would be adapting that answer into a guide. Another option for this How-to could be:
How-to: Externally authenticate a user without OAuth or SAML
Or even:
How-to: Pre-authenticate a user with a JWT assertion in the URL
jgrandja
changed the title
How-to: Authenticate user that was authenticated through another system + separate login page.
How-to: Authenticate a user that was authenticated through external system
Dec 21, 2022
How to authenticate a user based on another JWT - eg pre-authenticate the user that was authenticated through another (separately hosted) login page. The guide could be called "How to use SAS with existing non-oauth system + login page" or something?
This would be very useful as there are a lot of systems out there that are built on JWT, but don't provide full OAuth2.0 flow support. This would allow people to use SAS on-top of their non-oauth system without ripping out the existing system.
Related question and answer: Spring Authorization Server: How to use login form hosted on a separate application?
Ref: #499
The text was updated successfully, but these errors were encountered: