Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OIDC authentication with JWT token #937

Open
wboudiche opened this issue Nov 1, 2023 · 0 comments
Open

Support OIDC authentication with JWT token #937

wboudiche opened this issue Nov 1, 2023 · 0 comments
Labels

Comments

@wboudiche
Copy link

Summary

  • Actually LinShare mobile application supprts OIDC authentication with opaque token only, we suppose to add the OIDC with jwt token too.

  • TODO: {link}
    The backend is ready so to detecte authentication mode, mobile application should send some headers in the call for jwt endpoint

For OIDC with JWT : X-LinShare-Auth-Provider = Oidc-Jwt

For OIDC with JWT : X-LinShare-Auth-Provider = Oidc-Opaque

And for both of them : X-Linshare-Id-Token = id token

For old release users for backend they should continue OIDC with opaque token by default and the backend configuration should be kept without modification

@wboudiche wboudiche added the Story label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant