Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Spring

  1. #1
    Junior Member
    Join Date
    Aug 2021
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Spring

    I now have two disconnected types of users:

    HTTP Basic authenticated users, whose credentials, roles and authorities I manage. Their roles/authorites are appropriate for my application.
    OAuth2 authenticated users, whose credentials, roles and authorities are out of my control. Their roles/authorities are unrelated (and irrelevant) for my application.

    How can i solve it?

  2. #2
    Junior Member
    Join Date
    Aug 2021
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default OAuth2 with HTTp basic

    I now have two disconnected types of users:

    HTTP Basic authenticated users, whose credentials, roles and authorities I manage. Their roles/authorites are appropriate for my application.
    OAuth2 authenticated users, whose credentials, roles and authorities are out of my control. Their roles/authorities are unrelated (and irrelevant) for my application.
    How can i solve it?

Similar Threads

  1. Replies: 0
    Last Post: August 2nd, 2020, 11:55 AM
  2. Routing from Spring MVC to Angular and from Angular to Spring MVC
    By bghayad in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: December 29th, 2019, 09:10 PM
  3. Spring
    By arjun in forum Web Frameworks
    Replies: 1
    Last Post: November 18th, 2013, 03:28 PM
  4. Spring MVC
    By BALUBALU in forum Web Frameworks
    Replies: 3
    Last Post: October 10th, 2012, 08:54 AM

Tags for this Thread